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 Rhinorhino 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: Zacko
  • Content: Threads
  • Order by date
  1. Zacko

    Help Needed with IE Form.Submit

    Here's my piece of code and what is should do is this. Basically what will happen is, an IE window will load and show a number to click. When you click the corresponding number, a message box will pop up and tell you what number you clicked (.value). When you click ok, the following command...
  2. Zacko

    How do I handle Cached info in Internet Explorer Control

    Oh I'm not a serious programmer and have the following problem with new instances of Internet Explorer. Here's my code : Dim IE1 As New InternetExplorer Dim IE2 As New InternetExplorer Private Sub Command1_Click() IE1.ToolBar = False IE1.MenuBar = False IE2.ToolBar = False IE2.MenuBar = False...
  3. Zacko

    Watching Internet Explorer Windows?

    Hi Everyone, I'm new to the group and been programming in VB6 so a few weeks now and have a question :- I have the Routine below, so that when a button is clicked, X amount of Internet Explorer Windows opens. ------------------------------------------------------ Private Sub...

Part and Inventory Search

Back
Top