Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Need for transparent overlay advice #4

Open
ramjke opened this issue Apr 23, 2023 · 1 comment
Open

Need for transparent overlay advice #4

ramjke opened this issue Apr 23, 2023 · 1 comment

Comments

@ramjke
Copy link

ramjke commented Apr 23, 2023

I need to display label ant attach TeachingTip to it

Hi Castorix. I'm looking for the way to display elements on the screen at custom coordinates (like label on the screenshot). Can you please advise the best way to do this? Do I need to create a full screen transparent click-through overlay to place items on?

@castorix
Copy link
Owner

castorix commented May 3, 2023

Hi Castorix. I'm looking for the way to display elements on the screen at custom coordinates (like label on the screenshot). Can you please advise the best way to do this? Do I need to create a full screen transparent click-through overlay to place items on?

It depends on which elements need to be displayed
In Win32, "Overlay" windows are usually done with borderless Layered windows (or with DirectComposition for a few years)
(for just a message, "Tracking Tooltips" could be used too (with NULL or GetDesktopWindow() as parent))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants