home *** CD-ROM | disk | FTP | other *** search
- EXAMPLES 2
-
- The following 3 examples are designed & written to be built in the MASM32
- environment. The should be installed on the same drive as the default
- installation of MASM32 and preferably in the examples directory.
-
- 1. Border
-
- This is a technique for drawing a non standard border on a sizable window.
- It uses a POPUP style window and to close the file, you use F4. I have not
- found a use for this file but someone else may, it is an unusual effect.
-
- 2. SMC Self Modifying Code
-
- The self modifying code example uses a technique to identify labels in two
- separate procedures, it runs the original proc, reads the code in the second
- proc and overwrites the address space of the first with the code of the
- second. It then runs the same proc again but with the different code in it.
-
- 3. Splash screen demo
-
- This demo shows how to make a splash screen that has a controlable delay and
- can have most GDI graphic techniques used in the display.
-
- ----------------------------------------------------------------------------
-
- The 3 examples are part of the example code for MASM32 and are distributed
- under the same conditions, it is not for sale and is not to be sold or
- included in any commercial package.
-
- The code is available to any programmer to use as they wish at no cost
- whatsoever.
-
- The code is copyright S.L.Hutchesson 1999. < hutch@pbq.com.au >
-
-
-
-
-
-
-
-
-
-
-