|
-
Aug 13th, 2008, 11:06 AM
#8
Thread Starter
New Member
Re: WebBrowser Problems
ok i have done but will do more research. I've done more testing of my browser and have found a few little problems.
- When i browse on website and click very quickly without waiting for the page to load i encounter an error "Runtime error:'-1 (fffffff)'". I think this error is due to rushing or telling the browser to load a page when it hasn't finished the previous page. I'm not sure. Any help?
- Secondly, when i resize my form the WebBrowser still stays its original size and there is "cutoff" is there any way to make the browser resize to stay with the form size? I added:
Code:
Private Sub Form1_Resize()
WebBrowser1.Width = Me.ScaleWidth
End Sub
but it doesn't seem to work? Grrrrr
Hope you can help, thanks for everything so far. Any other features you would recomend?
Cheers, Hardware
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
|