Sunday, April 18, 2010

C# Windows Forms

The slides used together with SPF Chapter 3:

To view the following slide in full screen: Click Menu > View Full Screen





Summary:

WinForm App

  • Form1.cs and
  • Program.cs (main() is threaded and use Application.Run to start FORM1)

GUI design using Toolbar Controls

Event activation – eg Button Click

Problem solving – same as what we did in console program

0 comments:

Post a Comment