Tagged Questions
6
votes
3answers
1k views
Why peekmessage before getmessage?
Why the peekMessage statement is required before Getmessage() for creating message queue?
1
vote
3answers
978 views
postthreadmessage and peekmessage problem in delphi 2006
I created a multichilded application. The application windows (W[n]: TMyWindows) are all the same and all have an private object class instance associated with them (E: TMyObject).
The child windows ...