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


Reply With Quote
