Quote Originally Posted by VictorN View Post
Only WM_COMMAND messages are routed to CWinApp class. user defined messages (WM_USER, WM_APP, register Windows messages and many others) - not!
Is this something that changed w/ .NET 2003?

If not, are you saying that this application has never received those messages, and therefore has never called the corresponding handling functions?