Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Bigger than Screen
#2
Add/remove some styles.
Macro Make window bigger than screen
Code:
Copy      Help
int w=win("Notepad" "Notepad")
int st=GetWinStyle(w); SetWinStyle w st|WS_POPUP~WS_THICKFRAME
siz 5000 3000 w
int cx cy; GetWinXY w 0 0 cx cy; out F"{cx} {cy}"
10
siz 500 300 w
SetWinStyle w st


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)