PDA

Click to See Complete Forum and Search --> : Folder Search Sweep


m i k e l
Dec 15th, 1999, 06:37 AM
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: exodus_w@hotmail.com
ICQ: 17527422

Crazy D
Dec 15th, 1999, 02:45 PM
Uhm, you mean, disable the menu when the program could not be found?

mnuProgram1.Enabled = (Dir$(Path & Program.exe) <> "")