Description

Generic Windows 95 application, which boasts IE-style toolbar, status bar and file open dialog. Also shows how to customize standard dialogs through hook functions, how to load files into richedit control and how to use string table resources.

Installing

Unzip files to a separate subdirectory

Files

resource.h	- resource file header
gnu.h		- definitions, missing from mingw32 WIN32 headers
winclass.h	- window class wrapper header
winclass.cpp	- window class wrapper
ttwindow.h	- C++ wrapper class header for window handle
ttwindow.cpp	- C++ wrapper class for window handle
Makefile	- makefile
main.cpp	- main program source
main.rc		- resources
eesti.rc	- resources in Estonian
english.rc	- resources in English
readme.txt	- this file
coolbar.exe	- executable
lgpl.txt
gpl.txt     - GPL licenses

Compiling

If all required components are installed properly, enter make on the command 
prompt

Author

Antti Markus (antti@chemnet.ee)
