C++/CLR classes between forms?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • xlsmnt
    New Member
    • Feb 2007
    • 10

    C++/CLR classes between forms?

    I was wondering how, in a c++/clr project you pass a class to one form, and then return it to the original form?
  • Banfa
    Recognized Expert Expert
    • Feb 2006
    • 9067

    #2
    Send the handle in an event

    Comment

    • xlsmnt
      New Member
      • Feb 2007
      • 10

      #3
      Could you potentially direct me to reading material on C++/CLR? I haven't found any books or tutorials on the subject.

      Comment

      • Banfa
        Recognized Expert Expert
        • Feb 2006
        • 9067

        #4
        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

        Working...