01-15-2009, 03:10 PM
How can I create a function like http://tomcooke.me.uk/?page_id=5 in QM?
Clutter Cloak
|
01-15-2009, 03:10 PM
How can I create a function like http://tomcooke.me.uk/?page_id=5 in QM?
01-15-2009, 03:38 PM
Function dlg_cc
Trigger CSF11 \Dialog_Editor
01-15-2009, 04:03 PM
Thanks.
Can you include % opacity of the hole and to obscure the taskbar too?
01-15-2009, 04:06 PM
opacity: create transparent window in the hole
taskbar: make topmost and use siz and hid- instead of max
01-15-2009, 04:17 PM
opacity: using the function Transparent?
01-15-2009, 04:20 PM
yes
01-15-2009, 04:38 PM
which is the handle of the hole (rw or r2) ?
01-15-2009, 05:06 PM
r2, but it is added to rw and then deleted
01-15-2009, 05:44 PM
,;create hole
,int rw=CreateRectRgn(0 0 rd.right rd.bottom) ,int r2=CreateRectRgn(ri.left ri.top ri.right ri.bottom) ,Transparent(r2 128) ,CombineRgn(rw rw r2 RGN_DIFF) ,SetWindowRgn hDlg rw 1 ,DeleteObject r2 doesn't work.
01-15-2009, 06:11 PM
r2 is not window
create your window or dialog
01-16-2009, 01:22 PM
This code works like the program:
Function dlg_cc Trigger AWF11 \Dialog_Editor |
« Next Oldest | Next Newest »
|