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. myungsik

    How To Force UpdateData()

    I had similar problem and could solve with following n = "hi" UpdateData(0); ........ while ( bDoingBackgroundProcessing ) { MSG message; if (::PeekMessage(&message, NULL, 0, 0, PM_REMOVE)) { ::TranslateMessage(&message); ::DispatchMessage(&message); } //...

Part and Inventory Search

Back
Top