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 IamaSherpa 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. Liamraz

    HTTP?

    Hi, I would like to check if a URL is valid by its status code (404,403,etc) in VB. What is the best way to do something like this? (Hopefully without using too many controls, and no custom controls) Thanks
  2. Liamraz

    Livelink Session Timeouts in VB?

    Hi, I am attempting to establish a Livelink connection using the following code in Visual Basic: status = LL_SessionAllocEx(g_lngSession, "localhost", _ "2099", "", _ "Admin", "password", 0) Now, this works great. The...
  3. Liamraz

    Easy way to add a folder?

    Hi, I'm looking for an easy way to add a folder into Livelink using VB/LAPI. Something along the lines of AddDocument would be great. I'm currently using CreateObjectEx, but I can't grasp the createInfo just yet... Any clues would be appreciated. Thanks!

Part and Inventory Search

Back
Top