Results 1 to 2 of 2

Thread: What API to use to creatr link file (*.lnk)

  1. #1

    Thread Starter
    Lively Member
    Join Date
    Jul 2002
    Posts
    83

    Red face What API to use to creatr link file (*.lnk)

    Hi All,

    Can anybody tell me what API will be used to create link file (*.lnk) in vb.

    How to get target,description and other details from a link (*.lnk) file. i also need to change those property using VB. can anybody help me by posting the VB code.

    pradip

  2. #2
    Lively Member Yok's Avatar
    Join Date
    Feb 2001
    Location
    Guangzhou,China
    Posts
    72
    There is a project call Shelllink.vbp in VB's CD-ROM
    compile the project you will get an ActiveX DLL
    You can easily work with that.
    VB Code:
    1. Dim link As cShellink
    2. link.CreateShelllink ...


    I hasn't try that,good luck

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