CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Sep 2001
    Posts
    1

    capture/modify shortcut

    I'm a beginner to VB6.
    And I can not help but wonder where in Windows can I find the object to read and change properties of shortcuts i.e. desktop-screen-location, ico/dll file, startin-directory, target-file etc. ?


  2. #2
    Join Date
    Jun 2001
    Location
    MO, USA
    Posts
    2,868

    Re: capture/modify shortcut

    Add a reference to "Microsoft Shell Controls and Automation" under Project/References... then take a look at the ShellLinkObject. Sorry I don't have an example right now, but that should give you an idea where to start.


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured