G
Guest
I have been trying to get access to the details of a shell link (.LNK shortcut), but no matter what I do I never get the data I need. The basic thought behind the application is to drop a file or shortcut on a form. The form will at a later point execute the program or link. I need to access both the path and the link from the shortcut
I know that this should be possible using the IShellLink interface of the Shell32.dll using COM interop. The problem is that I just don't see how I should get to it.
Does anyone out there have a clue? Nicholas Paldino suggested something similar once, but had no example
Tx!
//ecg
I know that this should be possible using the IShellLink interface of the Shell32.dll using COM interop. The problem is that I just don't see how I should get to it.
Does anyone out there have a clue? Nicholas Paldino suggested something similar once, but had no example
Tx!
//ecg