Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
i want to resize my window
#2
Capture the control (rectangle that shows the number) using the "Find window or control' dialog (the second Drag image). Move it to the top-left corner of the window, and to the top of the Z order. Then resize the window.

int hwnd=id(??? "window name")
SetWindowPos hwnd 0 0 0 0 0 SWP_NOSIZE
siz 100 100 "window name"


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)