Quiz

1:The Windows Forms classes are located in the ___________________ namespace.
A1: System.Windows.Forms.
2:By setting the _______________ property in a control, I can make sure that my code is not changed if someone inherits my form.
A2: You need to change the Modifiers property to Private.
3:The ______________ property returns an array of MdiChildren in an MDI application.
A3: The MdiChildren property will allow you to loop through the collection of MdiChild forms in your application. You can use the MdiChildren.Length property to determine the number of open MdiChildren in you application.
4:What are the properties in the Properties window that enable you to specify the location, docking, and resizing capabilities of a control?
A4: The Dock ...

Get Sams Teach Yourself Visual Studio® .NET 2003 in 21 Days 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.