C# Corner
Tech
News
Videos
Forums
Jobs
Books
Events
More
Interviews
Live
Learn
Training
Career
Members
Blogs
Challenges
Certification
Contribute
Article
Blog
Video
Ebook
Interview Question
Collapse
Feed
Dashboard
Wallet
Learn
Achievements
Network
Refer
Rewards
SharpGPT
Premium
Contribute
Article
Blog
Video
Ebook
Interview Question
Register
Login
Form Navigation In C# Windows Form Application
WhatsApp
Delpin Susai Raj
Aug 22
2016
8.2
k
0
0
private
void
button1_Click(object sender, EventArgs e) {
Form2 f2 =
new
Form2();
f2.Show();
this
.Hide();
}
Form Navigation
C#
Windows Form Application
Up Next
Form Navigation In C# Windows Form Application