Arend
January 9th, 2007, 06:49 PM
I am new to VC++ 2005 (years ago I did do some c++ programming) and have a simple question.
I created a CLR project with a Windows form and added a button to the form. When clicking the button in the IDE the event handler goes into the .H file and not the .CPP file. Is this correct?
I was under the impression that the .H header file was just that, for headers and not for general code.
Please can somebody put me right on this as I have read numerous web pages on the Microsoft site and also viewed the help which is included with Visual Studio 2005 but to no avail. I am fairly familiar with VB .NET which seems to be childs play compared to VC++.
Regards
Arend
"Happyness is linked to expectations, if you want to be happier lower your expectations."
I created a CLR project with a Windows form and added a button to the form. When clicking the button in the IDE the event handler goes into the .H file and not the .CPP file. Is this correct?
I was under the impression that the .H header file was just that, for headers and not for general code.
Please can somebody put me right on this as I have read numerous web pages on the Microsoft site and also viewed the help which is included with Visual Studio 2005 but to no avail. I am fairly familiar with VB .NET which seems to be childs play compared to VC++.
Regards
Arend
"Happyness is linked to expectations, if you want to be happier lower your expectations."