Hi,
Take a look at Application.AddMessageFilter(), this will enable you to add a
message filter to catch the broadcast message.
Alternatively, you could override the WndProc method of the Form and handle
the message in there.
Hope this helps

Signature
Chris Taylor
http://www.xanga.com/home.aspx?user=taylorza
> Hi,
>
[quoted text clipped - 12 lines]
> Regards,
> ajju
Ajay Kumar Mothukuri - 07 Jan 2004 05:24 GMT
Hi,
my managed application is a console application. Can I use these
methods in a Console application, which does not have any form in it.
Regards,
Ajay
Chris Taylor - 07 Jan 2004 07:22 GMT
Hi,
You can add a hidden form to the console application. And use
Application.Run to start the message loop using an instance of the hidden
form.
Hope this helps

Signature
Chris Taylor
http://www.xanga.com/home.aspx?user=taylorza
>
> Hi,
[quoted text clipped - 4 lines]
> Regards,
> Ajay