           Boston University Internation Windows Conference

                  Introduction to Windows Progamming

Disk Contents:

    ARGS: How to get at "argc,argv,arge" info.

 CREATOR: App to quickly create and examine window styles & decorations.

  GENLIB: Generic Library: contains routine to convert wMsgID values to string.

 KEYLOOK: Examine keyboard info.

MAPMODES: Demo of different mapping modes.

 PATTERN: An MDI demo.

 REPAINT: Demo of difference between using CS_VREDRAW|CS_HREDRAW and not
          using it.

  WINAUX: App to capture output sent to AUX port.

   LABXX: These are labs that are associated with each of the modules from
          the conference.  They are:

        lab00: Minimum program
        lab01: Debugging info added
        lab02: Register Class + Create Window + ShowWindow
        lab03: Message Loop + PostQuitMessage
        lab04: Window background & stock Icon/Cursor
        lab05: Custom Icon Cursor
        lab06: Profile File handling
        lab07: Attach Menu to app.
        lab08: TextOut
        lab09: Paint/Repaint
        lab10: Memory Mgmt + File I/O
        lab11: Scrolling
        lab14: Edit box added to client area
        lab15: File I/O dialog box
        lab16: Mouse Movement info
        lab18: MetaFile
