|
-
Apr 12th, 2000, 10:03 PM
#1
Thread Starter
New Member
hi
I basically want to browse the net but I want to load
the web pages complete.
when I use sleep then my total system stands and I have to kill the Process
Public WithEvents IE As InternetExplorer
IE.Visible = True
dis = 1
IE.Navigate "http://www.onlinekosten.de"
sleep (2000)
dis = 2
IE.Navigate "http://www.heidelberg.de"
sleep (2000)
Anybody knows a lsolution ?
thx alex
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|