In VC6.0 I could to add event handler for dialog class using Class Wizard. Now in VC .NET I must to use "Properties" for my Class (I've read it in Help). But there is no neither "Events" button in the Properties window nor "Overrides" button.
What I must to do for these buttons appearance???
Or is there any other way to add event handler to my project?