baoquocphan Posted March 13, 2014 Posted March 13, 2014 Hi everyone, I want to set a guicrl click through (not a GUI) like this: Red area: can click through Blue area: can not click through Because I create a GUI and set ExStyle $WS_EX_TOPMOST, I can't click on taskbar icon when it is in front of the taskbar. I want to set an ctrl such as label ctrl click through and others ctrl is still non-click through. Thanks.
FireFox Posted March 13, 2014 Posted March 13, 2014 Hi, Use $WS_EX_TRANSPARENT combined with $WS_EX_LAYERED ex-style on a GUI you want to click through (only for display). Then use _WinAPI_SetLayeredWindowAttributes to set the transparent color. Br, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now