I have a VFP8 app and am forcing an error to check error handling. I have code in the errhand to collect error info and send an email. All windows in the app and the main VFP window have the app icon, however, when the error occurs I get a window with a title bar that says "Program Error" and it has the fox icon. When I "cancel" I get another window with a title bar that has the title, as specified in the config file, and the fox icon. It shows the command window.
The config file has _screen.icon = and _screen.visible =.
The app icon is set in project info.
How can I get rid of the fox icon in these cases and replace it with the app's icon? Is there a way to not show the second window?
Thanks in advance,
Rich
The config file has _screen.icon = and _screen.visible =.
The app icon is set in project info.
How can I get rid of the fox icon in these cases and replace it with the app's icon? Is there a way to not show the second window?
Thanks in advance,
Rich