I have an application that runs in cycles, and when running will generally run for hours at a time. I need a way for the user to stop the application, but keep the form loaded. I need it to end, not pause. I found the thread below, and was thinking I could use something similar to this.
thread222-63969
However, I need to know if I can call the message box API, and instead of being an "OK" box, be a "E-STOP" box, that will stop the application. One important thing to note: The application is setting and de-setting a pin on the com port. This pin must be set to low, before the application stops.
Any help would be much appreciated. Thanks in advance.
Jon
thread222-63969
However, I need to know if I can call the message box API, and instead of being an "OK" box, be a "E-STOP" box, that will stop the application. One important thing to note: The application is setting and de-setting a pin on the com port. This pin must be set to low, before the application stops.
Any help would be much appreciated. Thanks in advance.
Jon