Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
MOV and triple monitors
#4
Almost correctly. With MoveWindow, width and height must not be 0.

Probably the window detects it and refuses to move. Try SetWindowPos with SWP_NOSENDCHANGING:

Code:
Copy      Help
SetWindowPos hwnd 0 -1600 100 0 0 SWP_NOSIZE|SWP_NOZORDER|SWP_NOACTIVATE|SWP_NOSENDCHANGING


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)