-
Hello,
I creating a program to simplify the usage of offen used programs, and I would like the program to sweep the folder it is currently existing inside for (ie) data.exe
If the program is not inside the current folder then the item menu will denable it for selection.
thank you for who answers
------------------
- m i k e l (Exodus)
Beginner Programmer
Homepage: http://influx.virtualave.net
e-mail: [email protected]
ICQ: 17527422
-
Uhm, you mean, disable the menu when the program could not be found?
mnuProgram1.Enabled = (Dir$(Path & Program.exe) <> "")