Dear AutoIt community,
im a hobbyscripter and got quite far with this awesome tool and its functions/tutorials already but now im stuck and dont find an answer for my problem (beside d3d drawing, which would require c++/dll injection)
my goal is it to display text on top of a borderless game window which is not active and NOT ACTIVATABLE
(just like i would DrawText with D3D)
that means i also dont want the text/label to "activate" if i accidentaly click it, since that would open the taskbar and id loose gamecontrol until i click the game again.
so is there any way to disable activating clicks for that gui? or is there even an better solution?
here an example what i got so far:
(press END to exit)
AutoIt
regards,
iB07