Click to See Complete Forum and Search --> : Ctrl in a Dialog Box


April 25th, 1999, 10:57 PM
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...

Paul McKenzie
April 26th, 1999, 12:22 AM
GetAsyncKeyState() or GetKeyState() should work. They serve different purposes, but I believe one or the other should work.

Regards,

Paul McKenzie