Re: Q: Handler-Methode komfortabel löschen?

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



Hallo Ralf Pichocki!

Wie kann ich (oder kann ich gar nicht mehr?) eine Handler-Methode einigermaßen komfortabel löschen. Über die Resourcenansicht geht das ja nicht (mehr), über den ClassView ebensowenig. Muss ich tatsächlich den header, die Cpp und die MessageMap manuell bereinigen? Ich hoffe, dass ich mwl wieder etwas übersehe...

Wieso geht das nicht? Im Classview die Klasse auswählen. Die Properties auswählen. Dort den Handler suchen. Combobox öffnen und Löschen...



--
Martin Richter [MVP] WWJD http://blog.m-ri.de
"A well-written program is its own heaven; a poorly written
program is its own hell!" The Tao of Programming
FAQ: http://www.mpdvc.de Samples: http://www.codeproject.com
.



Relevant Pages

  • Re: Confusion about .h and .cpp files
    ... But it is possible to write functions 'inline', ... in the header. ... separation of H and CPP code, ... better separation and reduced dependencies between translation units. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Autofilling a form
    ... Open a copy of your form in design view. ... Drag down the bottom of the header window ... click on the combobox icon and draw your combobox in ... With the form open in run mode, start typing a record key into the ...
    (microsoft.public.access.gettingstarted)
  • Re: Confusion about .h and .cpp files
    ... Cpp files ... All example put class definition in the cpp ... There's no magic set of rules for what "needs" to be in a ... header and what "needs" to be in a CPP file. ...
    (microsoft.public.dotnet.languages.vc)
  • Re: Proper place for interface comments: .h or .cpp?
    ... I guess the right place for such comments is in the cpp, ... > you comment the source file. ... >> that defines the interface). ... >> cut/pasted from source to header as the source changes. ...
    (microsoft.public.vc.language)
  • Re: header files
    ... > I'm a little confused about the reason for using both header and cpp ... As all code can be written in the header file ... > included multiple times in a large project, ...
    (alt.comp.lang.learn.c-cpp)