Index: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z
Home > Windows Forms
Windows Forms is the part of Microsoft .NET that handles windows and other GUI controls. It is sometimes shortened to WinForms. It replaces the MFC classes in Microsoft Visual C++ as well as the VB Forms in Microsoft Visual Basic. Its main advantage is that GUI elements are created at "runtime" as opposed to "compile time" allowing greater flexibility while maintaining the simplicity of VB Forms.
1 See also
2 External links
Read more »