I have a C# Application with a menustrip that contains one command ("myCommand"). When I click "myCommand" ...
[1a] Should there be a windows message in the message loop?
[1b] How can I trap this message in WndProc?
[2] In MFC I recall the message map and trapping command id's. Do the items of a menustrip have a command id? If so, how do I access it?
Start Free Trial