Stop message for a moment?

  • Thread starter Thread starter Iwan Petrow
  • Start date Start date
I

Iwan Petrow

Hi,

How can I stop for a moment processing a message?

For example I would like to do following:

//here stop processing message of a given control

//do something - change properties of the control

//again process message

I want to stop processing paint message.

Thanks.
 
If you need to do something during the Paint operation, you should implement
an OnPaint event handler for your control
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top