MasterPeter
Programmer
Hi.
I need to create a form dynamically at runtime and add a few controls in c#.
Adding the controls programmatically is no issue, but... creating the form programatically seems to be a great issue, since the Forms class doesn't have a collection object and therefore the form must be instantiated by design time code.
Can anyone help me?
Regards.
I need to create a form dynamically at runtime and add a few controls in c#.
Adding the controls programmatically is no issue, but... creating the form programatically seems to be a great issue, since the Forms class doesn't have a collection object and therefore the form must be instantiated by design time code.
Can anyone help me?
Regards.