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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top