Hi:

I'm developing a class library and need to know if the application is
running a message queue, to kow if I can use a System.Windows.Forms.Timer.

How can I know that?

thanks.

Re: Message Queue by Daniel

Daniel
Fri Dec 03 10:06:43 CST 2004

Hi

Application.MessageQueue. Works on Framework.. Any way to ask in Compact
Framework?




Re: Message Queue by Herfried

Herfried
Fri Dec 03 14:00:59 CST 2004

"Daniel Bello Urizarri" <&> schrieb:
> I'm developing a class library and need to know if the application is
> running a message queue, to kow if I can use a System.Windows.Forms.Timer.

The documentation clearly says that the timer must be used on a Windows
Forms form.

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>