Program Development With Graphical User Interfaces

Tutorial given at at CCSC-Northwest, 2007

The slides used in the presentation

C# (WinForms) Tutorial:

Within the WinForms_Tutorial directory, you will find:

  • The tutorial itself, and the supporting files (stored in the Web_Pages subdirectory)
  • The "WinForms Tutorial Source Code" directory, in case you want to do a tutorial, but don't want to do all the previous ones

Java (Swing + NetBeans.org) Tutorial

Within the JavaSwing_Tutorial directory, you will find:

  • The tutorial itself, and the supporting files (stored in the tutorial_X_files subdirectories)
  • The "Tutorial_Starting_Points" directory, in case you want to do a tutorial, but don't want to do all the previous ones
  • The "Tutorials_Completed" directory, which illustrate how one might complete the tutorials.  Some of these files differ slightly from what's described in the tutorials themselves.

MFC Tutorial

Within the MFC_Tutorial directory, you will find:

  • The tutorial itself, and the supporting files (stored in the tutorial_X_files subdirectories)
  • The "Chapter 3" directory contains sample source code projects for all the MFC tutorials