Windows Forms application

From Wikipedia, the free encyclopedia

A Windows Forms application is an event-driven application supported by Microsoft's .NET Framework. Unlike a batch program, it spends most of its time simply waiting for the user to do something like fill in a text box or click a button (control).

See: