0
C++ how do I have code select button?
I am trying to create a program that can search for a answer on the computer like answering a "yes" or "no" question. For example it has "no" selected first and we want to select "yes" in the window pane that pops up on the screen. I have an idea of using "If else" statements along with a "while" loop but I do not know how to have the code search for "yes" or "no" characters with the selected area. I haven't programmed for a few years and still know the basics, so any or all ideas would be great. Thanks you for your time. 😁
3 Antworten
+ 2
Brent D. Monson , below link might be useful to you:
https://stackoverflow.com/questions/6705751/c-win32-api-message-box-button-clicked
0
Looks like a good start for me, I'll research it a bit more and I'm sure I can get it going.
Thanks Ketan
0
happy to help Brent D. Monson