Making Menu Selections through Program
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hey there, I have an application which lists the following menu options "File" " View" "Help" etc. And ofcourse within each of these is a further list of options. I want to write an application which will automatically nagivate through this menu ... As an example...suppose I want to go to View->Text Size -> Normal, I can do so through my application at the click of a button. Is anyone aware of the kind of messages I could send or provide an example of any such code you may have. Regards, Abhishek