execute

  1. J

    Question Change file permission to Read & Execute

    I'm working on a program on where I need to changed the file's permissions. My problem is that I can't set the file to "Read and Execute". I can set the file into "Read" with the code below, but how about "Read and Execute"? File.SetAttributes("C:\testfolder\sample.txt"...
  2. A

    Having problems executing another executable from Visual Basic... Help!

    So, I'm trying to make a program that has command buttons, each running a different file. I have added some files so far, but I encountered a problem with a couple of them. For example, I want to run Zuma's Revenge! right from the program, but it is not working. If I run the game from outside...
Back
Top