Click here to Skip to main content
15,885,914 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts
I am working on a project in which i have to read all the active window's i con and menu name , even desktop's icon list .
so how to do it exactly plz let me know .....
am using MFC and c++
thankx in adv...
Posted
Comments
R. S. Verma 21-Jul-11 8:33am    
Hi
Can you provide any sample window application that how to use this function and API's ....
M Totally new here ...
thanks
Richard MacCutchan 21-Jul-11 10:33am    
Sorry but I don't have any, that's for you to write. If you don't know how to approach the problem then use Google to find some tutorials and/or articles that will help you to learn. I've given you a link to the function you need, so I guess you would start with a basic Windows application and go on from there.

1 solution

You will probably need to start here[^] to get all top level windows, and then go on to the children, etc.
 
Share this answer
 
Comments
R. S. Verma 20-Jul-11 7:37am    
Thanks Richard Mac....:)

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900