Hallo Polaris!
> In VisualStudio 6, there is a place allows developer to implement mapping of
> windows message and its handler easily under View -> ClassWizard. For
> example, I can map WM_TIMER to my own handler function using this feature.
>
> Just wonder, is there similar feature in .net ? I could not find it (a bit
> hard to believe!)
Select the class in the class view.
Show the properties for this class.
Click on the messages button in the properties window.
You wil find the messages here.

Signature
Martin Richter [MVP] WWJD
"In C we had to code our own bugs. In C++ we can inherit them."
FAQ : http://www.mpdvc.de
Samples: http://www.codeguru.com http://www.codeproject.com
Polaris - 24 May 2005 21:13 GMT
There it is! Thank you so much!
Polaris
> Hallo Polaris!
>
[quoted text clipped - 10 lines]
> Click on the messages button in the properties window.
> You wil find the messages here.