Jump to content

How to set a GUICtrl Click through?


Recommended Posts

Hi everyone, I want to set a guicrl click through (not a GUI) like this:

JplV6dQ.png

   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.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...