Post Reply

Forums -> UltraMon™ SDK -> How to move window to next monitor
xqh   2011-07-18 18:48
hello,
How to move window to next monitor like the function options hotkeys
Christian Studer   2011-07-19 08:05
You could use code like this to move the active window to the next monitor:Set wnd = CreateObject("UltraMon.Window") If wnd.GetForegroundWindow() = True Then wnd.Monitor = -1 'MOVEMONITOR_NEXT wnd.ApplyChanges 2 'WNDCHANGE_CLIP_TO_WORKSPACE End If

Christian Studer - www.realtimesoft.com
xqh   2011-07-19 13:42
thanks very much!
Forums -> UltraMon™ SDK -> How to move window to next monitor

Post Reply