Hi Everyone, I used VB.net until last year, this year I
change my language to C#.net.But the easy one in VB.net such
as "Set as Start page when running program", right click on
solution explorer and do it. But in C#.net I can't find the
way to do (Set as start page)until now. If anyone know it ,
please share your technical help. Thanks . (Horace Trever)

Answer Posted / sree_mca35

C#.net in winforms,go to program.cs file and there write as
like this

static void main()
{
Application.Run(new desiredformname());
}

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

In .net how many error will occur?

2413


Program ended with error or warning, return code: 4

13683