PDA

Click to See Complete Forum and Search --> : file association


mrz
Jan 27th, 2000, 04:03 PM
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 ?

Mark Sreeves
Jan 27th, 2000, 04:20 PM
Sounds like you want to use ShellExecute()
take a look at: http://www.vbsquare.com/tips/tip236.html



------------------
Mark Sreeves
Analyst Programmer

Mark.Sreeves@Softlab.co.uk
A BMW Group Company

mrz
Jan 29th, 2000, 06:50 PM
thanks. :-)