O
Oleg Ogurok
Hi all,
How can I start a browser window from a Windows Forms application and resize
it, e.g. maximize it?
Here's what I've tried so far but it didn't help:
ie.FileName = "iexplore.exe";
ie.Arguments = "http://www.yahoo.com/";
ie.WindowStyle = ProcessWindowStyle.Maximized;
Process ieProc = Process.Start(ie);
-Oleg.
How can I start a browser window from a Windows Forms application and resize
it, e.g. maximize it?
Here's what I've tried so far but it didn't help:
ie.FileName = "iexplore.exe";
ie.Arguments = "http://www.yahoo.com/";
ie.WindowStyle = ProcessWindowStyle.Maximized;
Process ieProc = Process.Start(ie);
-Oleg.