Hi,
It is possible to open a webbrowser window with the below code.
I wonder how it would be possible to have the web browser docked at TOP of the desktop and
have the window stretched to LEFT and RIGHT of the desktop and also how to choose a HEIGHT
of the opened web browser window?
System.Diagnostics.Process.Start("opera.exe", "http://google.com");