overlay text on some else's window - HUD
Posted
by taglius
on Stack Overflow
See other posts from Stack Overflow
or by taglius
Published on 2009-10-13T21:00:58Z
Indexed on
2010/03/13
3:27 UTC
Read the original article
Hit count: 296
I am interested in writing an app that overlays a small heads up display (HUD) over another application, in VB.NET. Does anyone have an example of this?
I will need to enumerate all open windows to find the window that I want, and then overlay some text in a specific position on the window. If the user moves that window, my text will need to follow. (I will probably be painting the text in a loop over and over).
Edit: nobody answered my original query - I added C# to the keywords to see if any of gurus in that language might have an answer. thanks.
© Stack Overflow or respective owner