Move Window to Second Monitor
C / C++ / MFC
3
Posts
3
Posters
0
Views
1
Watching
-
Hey Friends Any idea how to move window from primary monitor to a secondary monitor? Regards
-
Hey Friends Any idea how to move window from primary monitor to a secondary monitor? Regards
Get the second monitor's rectangle with GetMonitorInfo[^] and move the window to that rectangle. You can get an HMONITOR for GetMonitorInfo with a call to EnumDisplayMonitors[^], MonitorFromPoint[^], MonitorFromRect[^] or MonitorFromWindow[^].
Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p
-
Hey Friends Any idea how to move window from primary monitor to a secondary monitor? Regards