Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


how can user add form in C#.net.please you send me coding of user add form in c#.net?


how can user add form in C#.net.please you send me coding of user add...

Author
Message
alishabbir
alishabbir
Forum God
Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)Forum God (379 reputation)

Group: Forum Members
Posts: 1, Visits: 2
salam sir;

              how can user add form in C#.net.please you send me coding of user add form in c#.net?

           thanks sir

MohammedAli

my4colour
my4colour
Forum God
Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)Forum God (2.5K reputation)

Group: Forum Members
Posts: 9, Visits: 13
Hi,It is very simple.

If you want to add form dynamically, the code is...

Form frm1 = new Form();

frm1.Show();

If you want to add form at design time then,

Go to Solution Explorer Window, right click on your solution and click on "Add" and then Select "New Item". It will show you the list that you can add in your solution.Smile

-my4color.


GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search