QUESTION How do you replace the default VisualAge icon with a customized one? ANSWER - If you DO NOT want a splash screen, everywhere abt.exe is mentioned, replace it with nodialog.exe. Abt.exe can be found in your visualage subdirectory while nodialog.exe can be found in your visualage\dialog subdirectory. - Copy the abt.rc, abtrc.h and the abt.exe (or nodialog.exe) files to your runtime application directory from the visualage-dialog directory. - Do an edit of your abt.rc. - Change the following line: POINTER ID_ICONRESOURCE visAge.ico to: POINTER ID_ICONRESOURCE iconName.ico. - If you DO NOT want a splash screen, you can erase the rest of the abt.rc file. (The rest of it pertains to the splash screen.) - If you DO want the VisualAge splash screen, leave the rest as is. - Once you've saved the changes to your abt.rc, compile your resource script file and merge this into your abt.exe(or nodialog.exe) with the following command: rc abt.rc abt.exe -or- rc abt.rc nodialog.exe You can find a resource compiler in OS2 toolkit. Once this is done, you can now run your application against your image.