callback

Okay. I am not sure If I have understood it right but I see that the source file is missing when you make forms. You only have the forms, choose view code and here you write all your source code. What had happened with the cpp file ??
 
If you are writting in C# the form is just another class. The source file has a .cs extension.
Not really looked at doing .Net forms in C++ though - so I can't help on that one.
 
I C++ you will have a source file and a header file .Cpp and .h.

But in C# the source file has the extension .cs. What about the header file, I can not see any ?
 
Back
Top