Hour 7

1: What is the difference between a Windows Form that is used as a normal form and one that is used as an MDI container?
A1: The one used as an MDI container has its IsMDIContainer property set to True.
2: Are dialogs and menus defined in resource files?
A2: No, they are all defined through the .NET Framework API.
3: What is the class for the menu?
A3: System::Windows::Forms::MainMenu.
4: How are images assigned to toolbar buttons?
A4: They are assigned as an index into the bound image list.

Get Sams Teach Yourself Visual C++® .NET in 24 Hours now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.