MFC OnUpdate handlers

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

VS6 Class Wizard would create event handlers for a large number of things, including OnUpdateXX handlers for updating the UI.
I can not find a way to add OnUpdate handlers with VS.NET -- is the feature gone?
 
ChrisA said:
VS6 Class Wizard would create event handlers for a large number of
things, including OnUpdateXX handlers for updating the UI.
I can not find a way to add OnUpdate handlers with VS.NET -- is the feature gone?

These are hidden under icons on the Class Properties window. E.g. the
Messages icon reveals all possible messages for that class, to which you can
add a handler with the drop down arrow next to it. Took me a while to find
it too, dunno why it's not right-clickable from the class anymore :(
 
I did finally puzzle it out -- I'd finally realized that I just had to stop looking under Resources, since things like CMainFrame only exist in Class View. The loss of Class Wizard has turned out to be the biggest hurdle for me in switching from VS6 to VS7
Thanks
 
Back
Top