Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JRJohnston

    How to programmatically find target of a shortcut.

    I would lilke to, in a VB program, VB script, or any other way, find the target of a shortcut. My experience with VBScript FileSystemObject & VB FileSystemObject is that shortcuts are not supported. (Not even the filetype code for shortcuts is supported.) If that is not correct, I would like...
  2. JRJohnston

    Using VB-ADO with SQL search, but getting this error message.

    I would get the record count from your select statement, to make sure that the issue is that you are getting an empty record set (or not). If you are, I would print out the SQLStatement, and cut & paste it into a query, and other such, exploring for some subtle difference between what you put...
  3. JRJohnston

    How to open a shortcut file & determine the target?

    In VB6, how does one open a shortcut file & determine its target? If this is not possible in VB, how does one do it in C or C++? Are there API calls relevant to this? Thanks! Jim
  4. JRJohnston

    VBScript file object and Alias (shortcut) files. Bug, & read issue.

    I would like to follow a link/shotrcut to the source file in VBScript. First, note there is a bug in VBScript: for alias/shortcut files, the file attribute value does not include the specified bit corresponding to value of 1024. However, .Type returns "Shortcut". [.ReadAll returns...

Part and Inventory Search

Back
Top