Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. nathj72

    get a key pressed during a loop

    can you elaborate, i have never heard of that function. Example code would be nice.
  2. nathj72

    get a key pressed during a loop

    I need to know how to get a key pressed during a loop in a win32 app. I know about the OnKeyDown command, but that will not be reconized during a loop. Also is their a way to check the message map during a loop.
  3. nathj72

    Edit Box and return

    if you just want to prevent the dialog box from closing use on void OnClose() in the message map and do a declaration like this: void StatsDlg::OnClose() { ShowWindow(FALSE); StatsDlg::OnClose(); }

Part and Inventory Search

Back
Top