After making the necessary API declarations I use this to open my browser.Dim api%
api% = ShellExecute(Frm.hwnd, "open", URL$, "", App.Path, WindowStyle%)
However, it opens half screen size and I would like it full screen. Anyone who can clue me in as to how to call it full screen?