hi all
 
i have an application in which there is only one single form
 
in the code i have written like this
module m1
public f as new form1
sub main()
f.showdialog()
end sub
end module
 
in form button1_click event
f.hide()
 
the problem is when i click button1 the form is closing and coming out of application.
 
how to hide the form without closing the application
 
please help me out
	
		
			
		
		
	
				
			i have an application in which there is only one single form
in the code i have written like this
module m1
public f as new form1
sub main()
f.showdialog()
end sub
end module
in form button1_click event
f.hide()
the problem is when i click button1 the form is closing and coming out of application.
how to hide the form without closing the application
please help me out
 
	 
 
		 
 
		 
 
		 
 
		 
 
		