Board index » cppbuilder » Application->ProcessMessage

Application->ProcessMessage


2006-03-08 08:39:34 PM
cppbuilder110
Hi
Is there any way to skip the message posted to a specific handle being
processed, when invoking Application->ProcessMessage. In PeekMessage call,
we can just filter the range of messages. Is there any way to filter out the
messages not posted to a specific handle.
Regards,
Saravanan A
 
 

Re:Application->ProcessMessage

"saravanan" < XXXX@XXXXX.COM >wrote:
Quote

Is there any way to skip the message posted to a specific
handle being processed, when invoking Application->ProcessMessage.
You'd need to subclass the object's WndProc method and
selectively swallow the messages that you don't want
processed. IMO, that's even more work and more confusing
than manually pumping the target message queue.
~ JD
 

Re:Application->ProcessMessage

"saravanan" < XXXX@XXXXX.COM >wrote in message
Quote
Is there any way to skip the message posted to a specific
handle being processed, when invoking Application->ProcessMessage.
Please do not multi-post. It is against Borland's newsgroup guidelines
(info.borland.com/newsgroups). Only post to the single most
appropriate newsgroup.
Gambit
 

{smallsort}

Re:Application->ProcessMessage

sorry
"Remy Lebeau (TeamB)" < XXXX@XXXXX.COM >wrote in message
Quote

"saravanan" < XXXX@XXXXX.COM >wrote in message
news: XXXX@XXXXX.COM ...

>Is there any way to skip the message posted to a specific
>handle being processed, when invoking Application->ProcessMessage.

Please do not multi-post. It is against Borland's newsgroup guidelines
(info.borland.com/newsgroups). Only post to the single most
appropriate newsgroup.


Gambit