how do i make the webbrowser control when i resize the top touches the coolbar control and the botem touches the status bar conttrol?
Printable View
how do i make the webbrowser control when i resize the top touches the coolbar control and the botem touches the status bar conttrol?
the fact that i resize the FORM... much very like internet explorer
something like this...
I hope that helps a little :)Code:browser.top = form1.scaleheight + 'whatever to make
it below the coolbar
browser.height = (form1.scaleheight - (coolbarheight)) - (statusbar.height)
no it doesnt work