M
Michael Creager
I am using VB NET 2002. How can I programmatically create a new windows
form using the value of a string variable as the name of the new form?
Public FrmName As String = "MDIChildFrm1"
Public %FrmName% as new Form
Does not work.
I cannot find any information on this anywhere. Please help! Thank You.
form using the value of a string variable as the name of the new form?
Public FrmName As String = "MDIChildFrm1"
Public %FrmName% as new Form
Does not work.
I cannot find any information on this anywhere. Please help! Thank You.