Windows Forms is the graphical representation of any window displayed in an application . It is included as a part of Microsoft's .NET Framework. We can create an application using Windows Forms in any CLR supported language. A Window Form is used to either accept input form or display information to the user. In Windows Forms, we add controls to the forms and raise events, such as mouse-click, which is handled by event handlers in an application.
No comments:
Post a Comment