Need Code For Form Linking In VC++
Hi,
I am designing a GUI in visual studio using VC++ and am stuck up with the linking of forms.
I want to link a windows form to a User control. When I double click on the 'Link Label' option, what code should I enter ?
Eg: Panel1.Controls.Add(new userControlname())
//this this the code to link the forms in C#. Similarly what is the equivalent code in VC++
Please do reply.
Thank You.
|