Hi,
I want to be able to open an external program with VB and send it a file. I know that the shell command works, but I want to do something more along the lines of having the user double click a file in a FileList and then the default application installed on the users machine for opening the file type that was clicked on will open and run it.
So if some one double clicks movie.avi , and media player is the default program for .avi files, it will open and play movie.avi....but if real player is the default, then real player will open and play movie.avi
Im somewhat new with VB so please be gentle, and generous, with code examples. Thanks for any help!
I want to be able to open an external program with VB and send it a file. I know that the shell command works, but I want to do something more along the lines of having the user double click a file in a FileList and then the default application installed on the users machine for opening the file type that was clicked on will open and run it.
So if some one double clicks movie.avi , and media player is the default program for .avi files, it will open and play movie.avi....but if real player is the default, then real player will open and play movie.avi
Im somewhat new with VB so please be gentle, and generous, with code examples. Thanks for any help!