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 TouchToneTommy 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. ZeBula8

    open URL and store response

    i wrote this in vb6 but you can easily port it to .net for your needs - it's pretty straightforward code: Public Const INTERNET_OPEN_TYPE_DIRECT = 1 Public Const INTERNET_OPEN_TYPE_PROXY = 3 Public Const INTERNET_FLAG_RELOAD = &H80000000 Public Declare Function InternetOpen Lib "wininet"...
  2. ZeBula8

    "Sheets.Select" won't work if some sheets are hidden...

    If the sheets are hidden they can only be accessed by using the Activate method as in Sheets(1).Activate

Part and Inventory Search

Back
Top