Display Form
-
I have created a project in vb.net which contains three forms named Form1, Form2, Form3. In runtime i will read form name based on customer input from a table. but this is in string format, like strFormToDisplay = "Form2", how can i show this form from this string, form2 is already included in project, but i can't create a form object using this string can u pls help me regards ajo
-
I have created a project in vb.net which contains three forms named Form1, Form2, Form3. In runtime i will read form name based on customer input from a table. but this is in string format, like strFormToDisplay = "Form2", how can i show this form from this string, form2 is already included in project, but i can't create a form object using this string can u pls help me regards ajo