Re: How do you FIND a desktop shortcut in VB?
From: Jeff Johnson [MVP: VB] (i.get_at_enough.spam)
Date: 03/19/04
- Next message: Bonj: "Re: Encryption - Newbie"
- Previous message: Bonj: "Re: Difference among VB.Net, ADO.Net & ASP.Net"
- In reply to: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Next in thread: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Reply: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Reply: Steven Burn: "Re: How do you FIND a desktop shortcut in VB?"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 19 Mar 2004 14:25:13 -0500
"Don Jones" <DonJ@hotmail.com> wrote in message
news:deH6c.111631$Bz3.99296@okepread05...
> The problem with all of the Create Functions is that none of them
> open the .lnk file and parse out the fields. If you manually type
> out the file, you'll see some text mixed in with the binary data.
> It would help if I could find the data structure for the file.
It appears that you need to use the IShellLink interface to read the data in
a shortcut. Then you use its Getxxx methods to find what you're looking for.
I'm afraid this is a bit beyond me, however, so I can't get more specific
than that.
- Next message: Bonj: "Re: Encryption - Newbie"
- Previous message: Bonj: "Re: Difference among VB.Net, ADO.Net & ASP.Net"
- In reply to: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Next in thread: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Reply: Don Jones: "Re: How do you FIND a desktop shortcut in VB?"
- Reply: Steven Burn: "Re: How do you FIND a desktop shortcut in VB?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|