User's Guide


Changing the icon

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:

  1. Place your icon in the <vast root>\samples\dialog directory.
  2. Edit makefile and change the references to visage.ico to the name of your new icon.
  3. 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>
    
  4. 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 ]