if you want to remove toolbars and the status bar, you need to open a new window and close the previous. Usually, only by opening a new window can you shut off those items. From that point, you can manipulate the browser window's size and position. None of this is built into
VB.net, you need to do it all in the html with javascript.
You can use window.moveTo and window.resizeTo to change the position and size (respectively) of the window. Here's something that might be useful, it has a bunch of properties of the screen and window objects in JavaScript that provide information that you can use.
http://www.geekdork.com/samples/dhtm...ioningTest.htm
Peter
------------------------------------------------------
Work smarter, not harder.