Hi all:
I need to know whether the control key is pressed when the user pressed OK button of the dialog. Is there any easy way to do this?
Thanks in advance...
Printable View
Hi all:
I need to know whether the control key is pressed when the user pressed OK button of the dialog. Is there any easy way to do this?
Thanks in advance...
GetAsyncKeyState() or GetKeyState() should work. They serve different purposes, but I believe one or the other should work.
Regards,
Paul McKenzie