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...
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...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.