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: *

  • Users: hyugo
  • Content: Threads
  • Order by date
  1. hyugo

    Web Service Cannot create ActiveX component

    I'm learning to program web services while I'm try to create a web service project. I trying to control an appliction running on the server if it is running when the webmethod is called. I use GetObject() to get the application and I get the error: Server was unable to process request. -->...
  2. hyugo

    SSL connection to a remote server using vb.net

    How can a secure connection be made between my vb.net app and a secure server?
  3. hyugo

    HTMLDocument

    I'm writing a program that navigates to a website using a webbrower and gets some information from the page it goes to and prints this information to a text file. To search through the webpage I'm using an HTMLDocument, but I cannot get both the html tags and the text on the page and I need to...
  4. hyugo

    Run time Error Automation Error

    I am creating a macro in excel and this is the code I have. Range("P4:P14").Select Selection.ClearContents Range("E4:O14").Select Range("O14").Activate Selection.Cut Destination:=Range("F4:P14") Range("F4:P14").Select Range("E4:E14").Value = Range("D4:D14").Value...

Part and Inventory Search

Back
Top