Jul 7, 2003 #1 visualcpp Technical User Jul 7, 2003 4 US I would like to make the program to wait for a key stroke. But I do not know how. The project type is Win32 application.
I would like to make the program to wait for a key stroke. But I do not know how. The project type is Win32 application.
Jul 7, 2003 #2 vivprog123 Programmer Jun 5, 2003 9 US Can you just use the WM_ONKEY function?? Upvote 0 Downvote
Jul 7, 2003 #3 palbano Programmer Oct 9, 1998 4,341 US To use the class CDialog you need a MFC Application type not a Win32 Application type. -pete Upvote 0 Downvote