Christian Studer 2006-10-07 11:07
If you have the source code for the application, the best way to do this would be to get the position of the secondary monitor via UltraMon, then use the coordinates to position the application's window when you create it or position it (SetWindowPos, SetWindowPlacement).
See the SysInfo C++ sample in the SDK for more on getting monitor information via UltraMon.
Christian Studer - www.realtimesoft.com
|