I would like to create a Windows-like form, by that I mean a Window that has the standard minimize, maximize and close icons in the upper right corner.
Also on the this form I would like to create a series of buttons, spread equally horizontally across the top of the form. Each of these buttons would have a few possible actions:
- produce a list of menu items that a user could select for a particular tase
- open a window directly
I have been reading about "box" but am not sure if this the best approach.
Are there any Windows-form crates that would contain code that is helpful to me??
Thanks