I was wondering how, in a c++/clr project you pass a class to one form, and then return it to the original form?
C++/CLR classes between forms?
Collapse
X
-
You could find a worst place to start than here.
This is the .NET (which is what C++/CLR is) reference. As such it applies to any language implementing .NET and so MS has a tendency to sometimes only provide examples in VB.NET and C#. However all the thoery applies all you have to do is try and work out the syntactical differences.
MSDN is always a good place to start for .NET questions.Comment
Comment