Post Reply

Forums -> UltraMon™ SDK -> C++ example
Adam   2006-10-07 06:04
Hi Do you have an example to use ultramon to load a C++ program on second monitor?

I would use windows api but i still need ultramon to move around a few external aps that my program loads.
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
Forums -> UltraMon™ SDK -> C++ example

Post Reply