Unused windows messages

  • Thread starter Thread starter Nak
  • Start date Start date
N

Nak

Hi there,

I am currently making my own windows messages for interprocess
communication and 1 thing I would like to check on is "unused" windows
messages values, if anyone knows of any such lists available on the net I
would be most appreciative of a link. I just want to make sure that I have
no conflicts going on at all. Thanks loads in advance!

Nick.
 
* "Nak said:
I am currently making my own windows messages for interprocess
communication and 1 thing I would like to check on is "unused" windows
messages values, if anyone knows of any such lists available on the net I
would be most appreciative of a link.

Use p/invoke on 'RegisterWindowMessage' to register a custom window
message.
 

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