I have prepared a project in VB 6.0. Later on I upgraded it to VB .Net.

To call a form, the code 'MyForm1.show' was upgraded to 'MyForm1.DefInstance.Show()'. Now I added a new form in my .Net project.

My question is how to call the newly added form in the project. Because MyNewForm.Show or MyNewForm.DefInstance.Show method is not available.

Pls guide.

Regards,

Prakash