User's Guide
The product icon is a resource that is contained in the startup
executable files abt.exe, nodialog.exe, and
esvio.exe. To change the product icon in one or more of these
files, follow these steps:
- Place your icon in the <vast root>\samples\dialog directory.
- Edit makefile and change the references to
visage.ico to the name of your new icon.
- Run the make command to build the new executable from
makefile:
nmake
To build the executable from a different make file, run the make command
using the following statement:
nmake /f <makefile name>
- Place the new executable in your <varoot>\bin directory and start the
application executable to test the results.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]