frog_jr
April 23rd, 2005, 01:56 PM
This is probably a common question, but I have not found an answer to it.
I'm using ms Visual C++ .NET (standard) for some personal projects...
When I double click on an event in a properties view of a form component (e.g. a button Click event, or a textbox TextChanged event) I am presented with a funciton body in the .h file for the form into which I can place the code for the event.
I "expected" that the function body would be placed in the .cpp file.
Am I missing something, or is there a configuration I have missed?
I'm using ms Visual C++ .NET (standard) for some personal projects...
When I double click on an event in a properties view of a form component (e.g. a button Click event, or a textbox TextChanged event) I am presented with a funciton body in the .h file for the form into which I can place the code for the event.
I "expected" that the function body would be placed in the .cpp file.
Am I missing something, or is there a configuration I have missed?