Message Queue

  • Thread starter Thread starter Daniel Bello Urizarri
  • Start date Start date
D

Daniel Bello Urizarri

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.
 
Hi

Application.MessageQueue. Works on Framework.. Any way to ask in Compact
Framework?
 
Daniel Bello Urizarri said:
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.
 
Back
Top