Hi,
I am programming an app that I will use to launch different applications depending on the file type specified.
I have found, and know how to use, ShellExecute from VB and all I now need to know is how to get the default action specified by the user when double-clicking on that file type. I.e. the default action when double-clicking a .mp3 file is Open but I want to use MY default action of Enqueue.
Does anyone know how to get this info from the computer?
Also, if you happen to know how to get a list of possible actions, similar to right-clicking the file, that would be a bonus.
Thanks
Yomet