I open windows application on that one I insert form2.cs
I want 2 run form2 only ,how to run that form2
if i wrote the coding in from2
public static void main()
{
form2 f = new form2()
application.run(f)
}
please tell the code for run the second form in c#.net
Loading
John George MessihaPosted Dec 29, 2006, 6:26 AM
or write what you wrote in it and remove it from form2.