timmy2 Posted September 15, 2016 Posted September 15, 2016 (edited) I guess you might call this "displaying text with an alpha channel". In video we would call it "keying" or "chromakeying".) While searching for info about GDI+ I ran across this YouTube video entitled "Drawing Text on the Screen with GDI+ and AutoHotkey". (I jumped to the video before realizing it pertained to AHK). Nonetheless I skimmed through it and wondered if it's possible to do the same thing using AutoIt. Here's a screen cap of the AHK code and resulting superimposed text. I should add that the author subsequently closed the SciTE window, and the text, "Hey, I did it!", remained superimposed over the Windows desktop. Edited September 15, 2016 by timmy2 clarification
InunoTaishou Posted September 15, 2016 Posted September 15, 2016 Here's the most recent topic (that I remember seeing) of what you're trying to do You just need the $WS_EX_LAYERED property for the GUI and use the _WinAPI_SetLayeredWindowAttributes to set the transparent color There are a lot of topics on this already
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