C# Adding Items To A Windows Form

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-05-25T14:19:41Z Indexed on 2010/05/25 14:21 UTC
Read the original article Hit count: 332

Filed under:
|

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?

© Stack Overflow or respective owner

Related posts about c#

Related posts about winforms