Group: Forum Members
Posts: 39,
Visits: 225
|
I have an InfoBox that I display to let users know that some processing is taking place (not elegant, but functional). After the processing is done, I want to remove the InfoBox, so I call the CloseAllAlerts method. When running this from VS in debug mode, everything works fine. However, when the runtime EXE is running, I get an unhandled exception from it.
Any ideas?
|