home *** CD-ROM | disk | FTP | other *** search
- This is an add on of example code for MASM32v4.
-
- 1. BMBUTTON is a working example of bitmap and icon image buttons using
- either one or two images depending on the requirement.
-
- 2. MDITEST is a working skeleton of an MDI interface application.
-
- 3. RESDLG2 is a modal dialog box application that has been corrected to
- work properly in NT4 as well as win95/98. Virogen assisted in making
- this application properly NT compatible. It also shows how to use the
- MASM32.LIB framing functions on a modal dialog box.
-
- 4. The INCLUDE directory has a version of RESOURCE.H to be used with the
- Microsoft resource compiler. It should be placed in the INCLUDE directory
- of the MASM32v4 package.
-
- INSTALLATION.
-
- The three examples are best placed in the EXAMPLES directory of the MASM32v4
- package and will build from there in the editor set up with MASM32v4. It is
- necesary to put the RESOURCE.H file in the INCLUDE directory for one of the
- examples to work properly. RESOURCE.H is a component of MASM32v4 and will be
- needed for further examples.
-
- Steve Hutchesson < hutch@pbq.com.au >