I am creating a dialog box for my Credential Provider.
For that I am creating a MFC CDialog
box with three edit text labels for:
- old password,
- new password,
- confirm password.
After creating dialog box I got an .exe file and its works fine, but I don't know how to get the values from the three edit text label.
While searching in net I saw handle which can do that, but there is no clear information, so can somebody tell me how to get the value of three edit text from .exe file.
Thanks in advance.