Joacim,

Here's an interesting problem under Windows 2000:

If I send a message to my window using a message defined via WM_APP + xxx, the message does not arrive.

However, if I send a message created using the RegisterWindowMessage API, everything works fine.

The WM_APP messages work fine on Windows 98.

Does NT not like negative messages or something?

Strange!