|
-
Dec 15th, 1999, 07:37 AM
#1
Thread Starter
Junior Member
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
-
Dec 15th, 1999, 03:45 PM
#2
Hyperactive Member
Uhm, you mean, disable the menu when the program could not be found?
mnuProgram1.Enabled = (Dir$(Path & Program.exe) <> "")
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|