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 MikeeOK 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. rbengali

    extract text with document property from IE window??

    Great, thanks a lot Thomas. Your code was helpful in getting me started to making this line of code, which solved all problems! ((IHTMLDocument2)commWindow.Document).body.innerText; Thanks again, Raheel
  2. rbengali

    extract text with document property from IE window??

    Hi, I'm having a problem with retrieving some text from an Internet Explorer browser window. The window was created by my program, and it only has one line of text on it. Here's what I have so far: SHDocVw.InternetExplorer ie = new SHDocVw.InternetExplorerClass(); IWebBrowserApp commWindow =...
  3. rbengali

    Best way to write software registration prog?

    Hi, I'm having troubles on deciding how to go about writing a software registration program. I'm thinking about giving users a CD-key, which will be sent to us [probably by logging on to our website] along with some OS and computer info [to avoid piracy]. Which language would be ideal for...

Part and Inventory Search

Back
Top