Hi,
I am a new user to VB.Net,i have worked previously with VB 6.In that we give (for egform1.show to show a form and to hide we give form2.hide.How do we do this in VB.Net.I tried form1.activeform.show and hide but it is not working.