Heres what I want :
1. Find a window based on its title from among the open windows at that time. (or just get a handle to the active window).
2. Once you locate that window, find a button with certain text in that window and click that button.
3. It would be awesome if a similar procedure can be incorporated for menus.
The biggest problem : I am not a good programmer. I am just integrating two third party tools and in order to automate my application, I need a code which can perform the above mentioned actions.
I would really appreciate if someone can give me a code snippet or explain step by step what i should do ? Is VC++ the best option or should i go for VB ?
Thanks a lot
1. Find a window based on its title from among the open windows at that time. (or just get a handle to the active window).
2. Once you locate that window, find a button with certain text in that window and click that button.
3. It would be awesome if a similar procedure can be incorporated for menus.
The biggest problem : I am not a good programmer. I am just integrating two third party tools and in order to automate my application, I need a code which can perform the above mentioned actions.
I would really appreciate if someone can give me a code snippet or explain step by step what i should do ? Is VC++ the best option or should i go for VB ?
Thanks a lot