guys, I can't find a vb.net webbrowser example ?I looked up the web but seems all deals with vb6
anyone got such example plz:rolleyes:
Printable View
guys, I can't find a vb.net webbrowser example ?I looked up the web but seems all deals with vb6
anyone got such example plz:rolleyes:
Through COM Interop, you can use the same control as you did in VB6. The code will be exactly alike, except for the .net syntax changes.
I am in making my own broswer but faced many problems dealing with download progress , resizing the controls that I couldn't figure out! so I need to start over.
thanx for the reply.
I still don't understand what problems you had with resizing. I have a webbrowser in my app, and just use the standard anchoring. For some reason I have had no problems, but you have. Maybe there is something that I did slightly different. I didn't have to write any resize code for it to work. I wrote the app in C#, but that shouldn't make a difference.
the webbrowser control overrides the vertical and horizntal scroll bars ? the other problem , how to show the progress of the page on the status bar. That's all
I would appreciate it if anyone helps.
well that happened me once too...u'll have to hard-code the resize engine and put to resize to webbrowser.width and height + some thing that is what u'll have to discover
Ok, this is a very simple example of how to use the web browser control and anchoring. Like I said, I didn't have the same problems as you have... Are you using docking? Cause that will mess some things up.
thanx guys for these tips.I guess I have to build my proj from scratch and see what it ends up with.