Windows API related problem
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Heres what I want : 1. Find a window based on its title from among the windows open at that time. (or just get a handle to the active window) 2. Once I locate that window, find a button with certain text in it and then click that button. 3. It wil be awesome if I can also do the same for certain menus. The biggest problems : I dont know VB or VC++. If someone has a code snippet to take care of such a problem , please let me know. Which is better for this kind of a problem .. VB or VC++? Thanks a lot.