
help eliminating need for icon file
My program uses one icon on 10 forms and for the main program. I applied
the icon to each form and to the main program using the "options" menu on
the "make project" compile screen. If I move the compiled file to a new
directory the correct icon is next to the program name and when it loads
the first several forms have the correct icon. At the third form the
program stops with the error message "Runtime error 42, file "program.icon"
not found. If I place a different icon in the file "program.icon" and copy
it to the directory, the program runs with the new icon only displayed on
one form and the correct icon on all the rest. I have tried reapplying the
correct icon to the rogue form to no avail. I really don't want to have to
distribute the program.icon file with my program. Any suggestions on how
to get the rogue form to behave.
W. Dahms