May 2006
Intermediate to advanced
1296 pages
23h 51m
English
WINDOWS FORMS APPLICATIONS are designed and built primarily for a user-driven mode of execution commonly known as the run time. A subset of Windows Forms classes, including components, controls, and user controls, is designed and built to support an additional developer-driven mode of execution known as the design time. The design time comprises VS05, the Windows Forms Designer, and the .NET Framework, and it supports the creation and management of design-time components as developers drag them onto forms and user controls, configure them, arrange them, and delete them.
Because components support two modes of execution, component developers should ensure that their implementations provide an ...