![]() ![]() |
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. |
![]() ![]() |
Top |