=====================================================================
INI Test  v1.3                                          by Joe Barta
http://junior.apk.net/~jbarta/initest/                jbarta@apk.net
=====================================================================

WHAT IS INI TEST?
It is a simple example of reading from and writing to a Windows INI
file using the C programming language. You get the program, and more
importantly, the C source code.

WHAT IS IT'S PURPOSE?
It's just a learning thing. If you are a new Windows/C programmer,
it might help you understand how this is done.

WHY DID YOU DO IT?
Because I was a little foggy on how to do it myself. I figured I'd
make a nice example for my own reference. After I made it I thought
I'd share it with the world.

WHY C? ISN'T VISUAL BASIC EASIER?
I don't want no steenkin helpful wizard insulating me from the
"complexity" of Windows. It may be a little harder to learn, but
I'm hoping that in the end it will make me a better programmer.

WHAT DOES IT COST?:
Nothing. (It doesn't really DO anything. It's an example of a
programming technique.)

DISTRIBUTION?
It may go here, there and everywhere without restriction.
It's just sample code.

REQUIREMENTS?
Windows95/98.

HOW DO I WORK IT?
Self explanatory. Just fiddle with it.

VERSION HISTORY:
1.3 Added capacity to read/write integer values too. Made the "get
    ini file name & path" routine a self-contained function.
1.2 Re-wrote to make the code much more useable and RE-useable.
1.1 Problem! The program couldn't find the ini file if a shortcut
    to the program didn't "Start in" the same folder as the
    program itself. Seems the GetFullPathName function returns the
    path of the "Start in" directory rather than the application
    directory. Such is the life of a hack I suppose.
    Corrected the misspelt "Retrive Entries" in the dialog box.
    Fiddled with the layout a little.
1.0 Initial release
=====================================================================
