PDA

Click to See Complete Forum and Search --> : IShellLink


blitzer
Jul 17th, 2001, 02:16 PM
how do I use IShellLink ?

I'm trying to get path, command line arguments ... from an shortcut ,and I think I should use IShellLink but I don't know how.

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/shell/ifaces/ishelllink/GetPath.asp






P.S
and yes I've tried the code from the earlier post about extracting path from a shortcut

Yonatan
Jul 19th, 2001, 10:04 AM
You'll need a type library to be able to use it in Visual Basic.
You can find one somewhere in here: www.vbaccelerator.com

blitzer
Jul 20th, 2001, 05:59 AM
k, thanks =)