G
Guest
I have a scrollable vb.net form with a web browser (axWebBrowser) instance on
it.
All is well until I try to change the left/top (and perhaps height/width) of
the web browser on the form. If the form is scrolled so that the top of a
browser control is not showing, then the browser is lost.
The behavior is especially amusing if part of the browser is visible, and
part is above the window. The change works, but the portion of the browser
that was above the window, is lost and doesn't reappear when I page up the
window.
Forcing the window's autoscroll position to zero before changing the web
browser's parameters gives me a LOT of flickering when changing the window
size.
Any ideas?
- Malcolm
it.
All is well until I try to change the left/top (and perhaps height/width) of
the web browser on the form. If the form is scrolled so that the top of a
browser control is not showing, then the browser is lost.
The behavior is especially amusing if part of the browser is visible, and
part is above the window. The change works, but the portion of the browser
that was above the window, is lost and doesn't reappear when I page up the
window.
Forcing the window's autoscroll position to zero before changing the web
browser's parameters gives me a LOT of flickering when changing the window
size.
Any ideas?
- Malcolm