How to get the path to the target specified by a shortcut...???
Printable View
How to get the path to the target specified by a shortcut...???
You need to use the IShellLink interface. If you want to see an example there's one on the VB6 CDs in a sample project named "Shelllnk". This is the only true way to gain full control over a shortcut in VB. If you don't have access to the CD's (for whatever reason) post a reply asking me to post the project.