|
-
Jan 24th, 2013, 12:30 PM
#1
Thread Starter
Addicted Member
how can I prevent this from causing an error?
I'm controlling the form1.webbrowser1 from a module so I have this loop after form1.webbrowser1.navigate:
Do While Form1.WebBrowser1.ReadyState <> WebBrowserReadyState.Complete
System.Windows.Forms.Application.DoEvents()
Loop
System.Windows.Forms.Application.DoEvents() is causing an "attempted to read or write protected memory error"
How can I correct this?
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
|