open a new form that will added to an existing one...
Hi all,
I am relatively new to .NET and C#.
I am trying to open an additional (new) form when a button is clicked on an already existing form, but i want that this winform will be added to the first winform (from Basic to advanced window).
How do i do this?
Thanks in advance