hi ,
I wish to create buttons(kinda array of buttons) on a form everytime the form loads.
I am not getting the code/syntaxes for the same.
Its like that the no buttons and there attribute on the form changes dynamically according to the DB .
Please some1 help me with this, m new, and this is my Software engineering course, m really challenged right now, guys please help.
makachuki 0 Newbie Poster
Recommended Answers
Jump to PostMake a windows form application, drop a button on it from the toolbox and see what code is generated in the XXX.designer.cs file. Should give you a start. This is the way I did it to find out some things. Succes!
Jump to PostYou could put it in the form load event handler or in the constructor after the call to InitializeComponent.
All 5 Replies
makachuki 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
apegram 302 LINQ! Team Colleague
makachuki 0 Newbie Poster
ddanbe 2,724 Professional Procrastinator Featured Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.