I have built my wizard interface (using the tab control)for completing a form. The wizard form is called when a new record is created, the wizard guides users through test proceedures and provides fields for the results to be entered. These results are then transferred into a results form (once all tests are complete).
My next problem is I need to have a message box appear after either 30 seconds or 10 minutes depending on the test. For instance the wizard will have a field for test 1 results and a start timer button. When the popup appears the users knows they should read the results from the test rig. Also the user may have switched application while waiting for the 10 minutes to expire so a beep would be useful. Sorry for the long post.
My next problem is I need to have a message box appear after either 30 seconds or 10 minutes depending on the test. For instance the wizard will have a field for test 1 results and a start timer button. When the popup appears the users knows they should read the results from the test rig. Also the user may have switched application while waiting for the 10 minutes to expire so a beep would be useful. Sorry for the long post.