I am using visual studio 2010 express but i wonder how can i change startup form when the program runs as i have multiple form within my application. I thought of doing so but i figured out that every form i am creating uses the same namespace.
Please help me.
I am using visual studio 2010 express but i wonder how can i change
Share
Look in
Program.csin theMainfunction for something like thisChange
MyFormto your other form.