Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Toggle window to monitor.
#5
Function Function47
Trigger #CSL 0x9     Help - how to add the trigger to the macro
Code:
Copy      Help
int hwnd hMonitor

hwnd=win()

MONITORINFO mi.cbSize=sizeof(mi)

hMonitor=MonitorFromWindow(hwnd MONITOR_DEFAULTTONEAREST)
GetMonitorInfo(hMonitor &mi)
out mi.dwFlags
sel mi.dwFlags
,case 0
,MoveWindowToMonitor hwnd 1
,case 1
,MoveWindowToMonitor hwnd 2


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)