Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Tiny window
#2
If cannot resize with siz, use SetWindowPos with SWP_NOSENDCHANGING flag.

Macro
Code:
Copy      Help
int w1=win("Document - WordPad" "WordPadClass")
;siz 10 100 w1
SetWindowPos w1 0 0 0 4 200 SWP_NOMOVE|SWP_NOACTIVATE|SWP_NOSENDCHANGING


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)