DotNet class for message only window?

  • Thread starter Thread starter PLS
  • Start date Start date
P

PLS

I'm not sure this is the right place to ask, but does DotNet have a
class that wraps a message only window? I need a window that will only
be used to receive messages, never to do anything visible.

++PLS
 
I'm not sure this is the right place to ask, but does DotNet have a
class that wraps a message only window? I need a window that will only
be used to receive messages, never to do anything visible.

What kind of messages? Internal system messages, or messages coming from
the network?
 
I'm not sure this is the right place to ask, but does DotNet have a
class that wraps a message only window? I need a window that will only
be used to receive messages, never to do anything visible.

The NativeWidow class may do what you want.


Mattias
 
What kind of messages? Internal system messages, or messages coming from
the network?
Native windows messages. In particular, I'm implementing a DDE client.

++PLS
 
Back
Top