Comments are available to members only. Sign up or Log in to view these comments.
Main Topics
Browse All TopicsI am currently reading the pixels of a window that is generated by a 3rd party application. I am trying to access the same screen information when the window is covered or minimized.
---------EXPLANATION------
I have several exe's which run on my desktop and display various stock/commodity market conditions. They communicate with their vendors by internet using heavy encryption.
My task is to build an application which could read the conditions and recommendations from various vendors' apps, and give notice when certain market conditions exist.
I generate mouseclicks to navigate to different screens, and I read the information which is shown via controls. However, other information is displayed as bitmaps on the screen. (BUY , SELL, HOLD, ETC). The way I have been reading them so far, is to check the pixels (GETPIXEL)in a few locations and by color determine which bitmap is being displayed.( and therefore what the recommendation is)
The limitation of this technique, is that the all of the screens need to be visible in order to check the pixels.
Ideally I would like to have the screens minimized (or at least covered) so that other work can be done, and only when the user needs to make a decision, does the app display itself.
I had tried to use PRINTCLIENT (though not exactly how nietod outlined which I am trying now) However, if the vendor chose simply not to implement PRINTCLIENT will this work? Also I read somewhere that PRINTCLIENT does not work if the window is generated by another process.
Thanks in advance for your help guys.
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Business Accounts
Answer for Membership
by: nietodPosted on 2002-06-07 at 17:08:18ID: 7063649
Comments are available to members only. Sign up or Log in to view these comments.