how to map a message in visual Studio .net ?
Tech-Archive recommends: Fix windows errors by optimizing your registry
Hi:
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!)
Thanks In Advance !
Polaris
.
Relevant Pages
- Re: LINQ PErformance Question
... nhiberate queries result in poor performance and I haven't seen them ... O/R mapping is a scalable technique however if the developer using ... This gives poor performance as you'd better would have ... (microsoft.public.dotnet.languages.csharp) - Re: Whats wrong with VS.NET/2005
... complaints that a VC++ developer would have. ... classwizard redundant and woefully out of date. ... (microsoft.public.vc.mfc) - Re: Whats wrong with VS.NET/2005
... I used to lament the loss of ClassWizard, but these days I don't miss it so much. ... I think VS2005 runs slower on Vista, but I'm not sure if it is Vista's fault or the fault of the SP for Vista update to 2005. ... I liked the fact that at VS2003 would switch to the task list at the end of a build. ... These are only complaints that a VC++ developer would have. ... (microsoft.public.vc.mfc) - Re: Whats wrong with VS.NET/2005
... classwizard use to let me do. ... event handling. ... complaints that a VC++ developer would have. ... (microsoft.public.vc.mfc) - Re: how to map a message in visual Studio .net ?
... windows message and its handler easily under View -> ClassWizard. ... In C++ we can inherit them." ... FAQ: http://www.mpdvc.de ... (microsoft.public.dotnet.languages.vc) |
|