how can i make a code that when i double click on a file in a file-list, will execute the file with the program that it is associated with ?
Printable View
how can i make a code that when i double click on a file in a file-list, will execute the file with the program that it is associated with ?
Sounds like you want to use ShellExecute()
take a look at: http://www.vbsquare.com/tips/tip236.html
------------------
Mark Sreeves
Analyst Programmer
[email protected]
A BMW Group Company
thanks. :-)