icarrion Posted December 16, 2004 Posted December 16, 2004 Please forgive me for the title as I'm not sure how to describe what I'm looking to do. I need to be able to monitor and understand what a basic gdi app is doing. There is an app (written in VB) that at loadup, loads all its resources like bitmaps to memory. Probably about 200 .bmp files. Throughout the execution of the app it loads different .bmp files (from memory NOT the filesystem) at different times on different regions of the screen. I would like to be able read what it is displaying. The bitmaps always display at the same position of the active window. If there was a way I could grab a rectangular portion of the window and compare it with a bitmap on the filesystem, I'll then know what image is being displayed. I've used auto-spy but it doesn't give me any info on the bitmaps being displayed and if it does, I don't know what I'm looking at/for. I hope this makes sense. Any suggestions or links to docs would be highly appreciated. I'm new to AutoIT but I've read all the docs thus far I could find. Many Thanks!
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