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 TouchToneTommy 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. rfjohnson

    Sleep(), problems using it

    qednick is correct about the WM_PAINT message processing. Try using: pEdit = reinterpret_cast<CEdit*>(GetDlgItem(<DLG_ITEM_ID>)); pEdit->SetWindowText(theVariable); where <DLG_ITEM_ID> is the Id assigned to the edit control.

Part and Inventory Search

Back
Top