In a project to remotely control a digital video recorder (DVR), I'd like to use the webbrowser control to display the web page contained in the DVR. This page is used to navigate through different DVR menus and displays.

After calling WebBrowser1.Navigate "192.168.0.227", the DVR page always covers the entire form, despite having specified the exact size of the webbrowser display. Is there a way to assure that the web page opens within the design-time boundaries of the control (with horizontal and vertical sliders, if required)?

I checked random pages off the internet and they all open within the design-time width and height. Obviously, there is something different about the DVR page I’m trying to display.