Want to become a Vibe Coder? Join Vibe Coding Training here
x
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
How to add a combox dynamically ..
WhatsApp
Nikhil Kumar
16y
7.3
k
0
0
25
Blog
//Write this code on the button_click event ...
private void button1_Click(object sender, EventArgs e)
{
ComboBox a = new ComboBox ();
this.Controls.Add (a);
}
People also reading
Membership not found