Sams Teach Yourself C# in 24 Hours

Sams Teach Yourself C# in 24 Hours

By James Foxall and Wendy Haro-Chun

Q&A

  1. I have a number of forms with nearly identical menus. Do I really need to take the time to create menus for all these forms?

    Not as much as you think. Create a Main Menu control that has the common items on it, and then copy and paste the control to other forms. You can then build on this menu structure, saving you a lot of time.

  2. I've seen applications that allow the end user to customize the menus and toolbars. Can I do that with the C# menus and toolbars?

    No. To accomplish this behavior, you would have to purchase a third-party component.

Share ThisShare This

Informit Network