Group: microsoft.public.access.queries · Group Profile · Search for Zerros in microsoft.public.access.queries
Author: KARL DEWEY
Date: May 13, 2008 15:36
Thanks Dan, MSG msg; while( ::PeekMessage( &msg, NULL, NULL, NULL, PM_NOREMOVE ) ) { AfxPumpMessage(); } Adding the this code above did the trick. I knew it had to be something simple. The real program I'm working on is reading from a serial port, processing it, and displaying, so I'm sure I'll need to study messaging a bit further**, but this has put me in the right direction
|