Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Window Bigger than Screen
#1
is there a differ way to make a window bigger than the monitor it's on?

siz doesn't do it.
An old blog on QM coding and automation.

The Macro Hook
#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
#3
rats...does'nt work for Remote Desktop Connection but works else where.

thanks
An old blog on QM coding and automation.

The Macro Hook


Forum Jump:


Users browsing this thread: 1 Guest(s)