Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
transparent click through
#1
how do i make a window transparent with click through ?
pi
#2
Code:
Copy      Help
If color is used, this color will be 100% transparent. 100% transparent parts are also transparent to mouse messages. Use opacity 255 to apply only color.

Code:
Copy      Help
Transparent hWnd 250 0x8D8D8E

in powerpro the whole window is transparent with click through.
so color is not the key.

how to do that in qm ?
pi
#3
Add WS_EX_TRANSPARENT. See how OnScreenDisplay does it.
#4
wow !

dev trigger is #ALh2 (alt+left on caption)

Code:
Copy      Help
int h=win(mouse)
ont h
SetWinStyle h WS_EX_TRANSPARENT 0|4
WinTransparent(h -90)


5
ont- h
SetWinStyle h WS_EX_TRANSPARENT 2|4
WinTransparent(h -90)
pi
#5
next step is to show a dynamic toolbar (one icon with tooltip of the trans window)
so that one restore the window.
the toolbar will appear where the action started (in my case close button).

... to be continued...
pi


Forum Jump:


Users browsing this thread: 1 Guest(s)