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...
Now I've thought about doing this another way using Shell:-
Private Declare Function ShellExecute Lib "shell32.dll" Alias "ShellExecuteA" (ByVal hwnd As Long, ByVal lpOperation As String, ByVal lpFile As String, ByVal lpParameters As String, ByVal lpDirectory As String, ByVal nShowCmd As Long)...
Could it be that the two windows are sharing the same cookie? With each Page you load it should have its own cookie, cause the way that site works is, You are only allowed to click the same person once in 24 hours so it does two things.
1) The site logs your IP
2) The site puts a cookie on...
I have tried adding flags but it don't seem to make a difference.
Here's the code :-
Dim Flag1 as Integer
Dim Flag2 as Integer
Dim IE1 As New InternetExplorer
Dim IE2 As New InternetExplorer
Private Sub Command1_Click()
Flag1 = 4
Flag2 = 4
IE1.ToolBar = False
IE1.MenuBar = False
IE2.ToolBar =...
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...
Many Thanks for the reply, and I have taken note of the F.A.Q
Before I start looking into Windows API's, is this the way I want to go to solve my problem?
Thanks
Zacko
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.