DuraSoft
.NET-61
What does WinForms provide
•Windows Forms or WinForms are classes that provide User Interfaces
•These bring rich VB UI to all .NET languages
•Set of class library to develop efficient UI on .NET
•Provides visual inheritance
–If you inherit from a class, you inherit its UI as well
–You can say inherit from a dialog and simply add a button