Danith Posted January 20, 2010 Posted January 20, 2010 Is it possible to make an overlay over another window? Like put some boxes around some elements or something like a HUD? I looked at the GDI stuff and it looks like you would need to initialize a GDI window from the current window which wouldn't really work.. unless I can do some fancy transparency stuff..
Danith Posted January 20, 2010 Author Posted January 20, 2010 hmm.. poking through the help files I think making a pen object and using _GDIPlus_GraphicsDrawLine will do it..
Danith Posted January 21, 2010 Author Posted January 21, 2010 Actually, before I 'waste' too much time on this; is this possible - I have an image with sections divided by colors. What I want to do is have autoit find each section and draw a border around it, as well as any other section I want it to.. Also, how would I go about having it search for a specific image/icon in the image.. do I have to convert the image to a big pixelsearch thing? I just stumbled upon the icon library (http://www.autoitscript.com/forum/index.php?showtopic=107843) and that may do it but I've only glanced quick at the post.
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