Wake Up List Box
Thanks! Now I'm looking for an example of a status window… a modeless dialog
that gets updated while other processing takes place. (Some of the processing
will be happening within DLLs.) I've made a class for this dialog, but I
haven't found a clear example of how to tap the message pump periodically to
check if the "cancel" button on this dialog has been pressed.
As a side issue in my search, I've found some examples in MDN Level 2 discs,
but they don't directly load into Visual C++ 32-bit under WinNT, and I've tried
to adapt them, but they don't work. How can I indentify which older examples
will work with the latest MFC and VC? I think some of these examples have
indications that Programmer's Workbench v1.x was involved with their creation.