Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Show a fully filled rect (none transparent)
#1
Is it possible to show a fully filled rectangle (none transparent)?
The below code shows a transparent filled rectangle.
Code:
Copy      Help
RECT rr
SetRect &rr ...
int color=...
__OnScreenRect osr.SetStyle(color 1)
osr.Show(1 rr)
wait 2
osr.Show(2)

Any example, if possible is very welcome!
#2
After osr.Show(1 rr):

Macro Macro3204
Code:
Copy      Help
int& hwnd=&osr; SetWinStyle hwnd WS_EX_LAYERED 6
#3
Thank you!!!


Forum Jump:


Users browsing this thread: 1 Guest(s)