> For a test, I got only one thread to send out a postmessage(..) every 10 
> seconds with the same message. In the message routine I simply 
> displayed a 
> dialog box. The dialog boxes kept being displayed, before I 
> pressed the ok 
> button to end the message routine. I was expecting to wait until 
> the dialog 
> box appear, then the next one would appear etc.. Why is this?

I believe a modal window runs its own internal message loop, which allows it to 
process messages before it is dismissed. Otherwise, you'd never be able to 
press the button to dismiss it {:v)

--
Jason Teagle
[EMAIL PROTECTED]
 


_______________________________________________
msvc mailing list
[email protected]
See http://beginthread.com/mailman/listinfo/msvc_beginthread.com for 
subscription changes, and list archive.

Reply via email to