If you create a class for the dialog, you can go into the class view and
select the class from there and it's in the list of overrides in the
properties that are displayed. There are lots of other things in there as
well and I find the newer interface to be much better once you figure out
where things are located.
Tom
"MrAsm" <mrasm@usa.com> wrote in message
news:9pkp43ti9k2o93bjfpuncj1qe10slugvh5@4ax.com...
On Thu, 17 May 2007 16:13:35 -0500, "Drew" <dam@dam.dam> wrote:
In VS6 there was a tab in Class Wizard "Class Info" that allowed
you to change the message filter. I can't find a similar option in
VS2005. I'm trying to add a handler for WM_INITDIALOG
but it does not appear in the list in the property page for my dialog.
How do I get it?
I don't have VS2005 ...maybe they have changed something in the IDE
UI, so instead of searching "WM_INITDIALOG" you might look for
"OnInitDialog" overriding?
MrAsm