sooprise
sooprise

Reputation: 23187

C# Adding Items To A Windows Form

I built a little console application in C# and need to add a windows form interface to it. I added a form item, and now have a blank form. I don't know how to go from here and start adding buttons and menus to the form.

Is there a form design toolbar or do I have to add buttons and menus using code?

Upvotes: 0

Views: 682

Answers (2)

Laplace
Laplace

Reputation: 491

Click View>Other Toolbars>Toolbox to show the toolbox containing common controls for Windows forms.

Upvotes: 0

stuartd
stuartd

Reputation: 73293

Choose Toolbox from the View menu..

Upvotes: 3

Related Questions