<m
@spam.guard.caspershouse.com> wrote:
> In order to do this, you would have to call the PeekMessage API function
> through the P/Invoke layer.
> What are you trying to do?
> --
> - Nicholas Paldino [.NET/C# MVP]
> - m@spam.guard.caspershouse.com
> "Bumbala" <bumb@gmail.com> wrote in message
> news:1181052390.424580.117780@p47g2000hsd.googlegroups.com...
> > Hello,
> > I wish to find out if a Control has pending WM_PAINT message in its
> > queue. Is it possible ?
> > Thanks!