| The C++ Programming Tutorials: Visual C++ Windows Forms and Controls
|
|
Windows Forms is a powerful feature of the Microsoft Windows .NET Framework that provides a set of classes for building Graphical User Interface (GUI or UI) applications across the .NET languages. In contrast to most other GUI libraries, Windows Forms can be used from any .NET language, and you can now easily build mixed-language graphical applications. Windows Forms is a large and complex subject, encapsulating the whole of writing GUI applications. The subject is worth a book in its own right, so the following two tutorials can only scratch the surface to give you a taste of how Windows Forms operates and how you can use it to write GUI applications. If you've ever programmed in Microsoft Visual Basic, the idea behind Windows Forms will be familiar to you. In fact, for the .NET Framework, Microsoft has taken the Visual Basic GUI programming model, complete with forms, controls, and properties, and generalized it so that it can be used from any .NET language. A Windows Forms application consists of one or more windows called forms. These might be top-level windows, child windows, or dialog boxes, and an application might support many different forms. You place controls, such as buttons and list boxes, onto a form to build the GUI for your program. The following are the topics for this Chapter.
|
Best viewed using FireFox, Chrome etc. Worst viewed using IE of any version
Webmaster contact: [contact[@]visualcplusdotnet.com] Copyright 2019 © Visualcplusdotnet. All rights reserved. Excellent hosting services provided by MochaHost - The Online Central
| About | Disclaimer | Privacy | Site Index & Project Download | Native C | Contact | | |
Custom Search | |
|
|