Jump to content

Make a certain part of a GUI transparent to interactions?


 Share

Recommended Posts

I want to make it so that a GUI would be transparent to interactions, such as that it can still display data over a window but when you're clicking or typing in that area that it will not send to that main window. I'm not really sure how to go about this, pretty much it will be an overlay for tracing objects displayed onto programs like Paint.

Link to comment
Share on other sites

If the part that you want to set transparent to interaction is a control you can use the WS_EX_TRANSPARENT Extended Style when you create the control. If is not a control the you can create an empty label whit that extended style in the desired area.

Edited by monoscout999
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...