Search found 2 matches

by mike83
Wed Jul 01, 2009 2:49 pm
Forum: ScriptCryptor
Topic: Internet Explorer runs very slow with scryptcryptor
Replies: 5
Views: 16176

Just downloaded the latest version 2.9.5.0

Unfortunately internet explorer still runs real slow when running compiled exe
by mike83
Tue Jun 30, 2009 6:02 am
Forum: ScriptCryptor
Topic: Internet Explorer runs very slow with scryptcryptor
Replies: 5
Views: 16176

Internet Explorer runs very slow with scryptcryptor

Hi, I'm using the following commands: Set oIE = Wscript.CreateObject("InternetExplorer.Application", "oIE_") oIE.Navigate("http://www.whatever1.com") Wscript.Sleep 1000 Do While (oIE.Busy) Wscript.Sleep 1000 Loop 'code here to read page elements oIE.Navigate("http:...