when I run the form in max. size it's fine, but when resizing it to small and scroll down then I can't see the scroll .
why is this behaviour when I resize the form.I set the autoscroll property but nothing changed.
this's working greatly in VB6 without adding any scroll bars.
Thanx a lot.
I am not sure what your doing. I took your project, and took out the resizing code. I then used the ANCHOR properties of the two controls so that when the form is resized, so are the controls. Try it out and see if that is what you wanted.
still the same problem .I've used anchor for the webbrowser control.
OK , if you want to face the problem then run the proj and write any address , let's say :www.msn.com .
then , resize it to small then you won't find the horizontal scroll bar nor the vertical scroll bar will be completely shown .
Ok, that picture in the link you posted really explained it better. Sorry, didn't understand your post.
Still though, I use anchoring in my application with the webbrowser control with no problems. But instead of it being directly on the form, I have it on a panel. Glad you found your solution. You might want to try putting it on a panel and use anchoring for the panel and the webbrowser control. I have no problems when I do this.