Hi,
I am writing my program in VC++ 6.0 with Win32 API support.
I have a dialog box that has two input controls (for uid and password) and OK and CANCEL button. I got the handle to the main dialog box, and now I want to identify the input controls in that dialog box and OK button.
I have got the handle of main window and I know how to send string to those boxes, but I need to know how to identify those controls, and the OK button (among other buttons). Also, how to send the key to process OK button.
I'm in desperate need for help. Thank you in advance for the help.
GT
__________________
Have a nice day
I am writing my program in VC++ 6.0 with Win32 API support.
I have a dialog box that has two input controls (for uid and password) and OK and CANCEL button. I got the handle to the main dialog box, and now I want to identify the input controls in that dialog box and OK button.
I have got the handle of main window and I know how to send string to those boxes, but I need to know how to identify those controls, and the OK button (among other buttons). Also, how to send the key to process OK button.
I'm in desperate need for help. Thank you in advance for the help.
GT
__________________
Have a nice day