Start an IE instance and put it on the secondary monitor
I have two monitors connected to my PC, and use the following code to
position a Windows Form on the secondary monitor in C++ and .Net:
DesktopLocation = Screen::AllScreens[1]->Bounds.Location;
DesktopBounds = Screen::AllScreens[1]->Bounds;
But if I want to start an IE instance, how can I position the browser
on the secondary monitor with .Net library calls?
Thank you.
Date:Tue, 07 Aug 2007 06:56:22 -0000
Author:
|