Graphical User Interface (GUI) Development


Before you begin it is highly recommended that you read the material on the CS 307 web site about GUIs.

  1. Developing GUIs on a Windows platform using the basic API.

  2. Developing GUIs on a Windows platform using the basic MFC.
    (Microsoft Foundation Classes)

  3. Developing GUIs on a Windows platform using Windows Forms.

  4. Developing GUIs on any platform using Java.
    Refer to CS 103 related links.

  5. FAQ: MFC GUIs using Visual Studio.