Click here to Skip to main content
15,883,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi,,I want to get a window form open on clicking a hyperlink in parent window form...can anyone help me plzzz

Thanks in advance
Posted
Updated 19-Feb-13 20:40pm
v2
Comments
Rockstar_ 20-Feb-13 2:29am    
Windows or ASP .net form?
Maruthiram_99 20-Feb-13 2:31am    
Windows only....
Sandeep Mewara 20-Feb-13 2:36am    
Why tagged ASP.NET?
Maruthiram_99 20-Feb-13 2:39am    
I am using window form application and i want to know whether it is possible or not?

 
Share this answer
 
you can use this code to simply show a new form

form1 frmnew = new form1();
frmnew.Show();
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900