Hello...
I am making a program that could automatically install programs with one click, skipping the task of clicking the buttons like "Next", "I Agree", etc.
I know such software are already available in the market but I want to create a customized one with my knowledge of C++.
I was able to get the handle to the window of the installer program. But now, I don't know how to find and work the embedded buttons, radio buttons, drop down menu, etc.
Could anyone just give me a brief of how to get and work with such components(buttons, etc) of a window whose handle is stored in a variable(say hwnd) within my program.