I want to display a timed msg box showing "enter C to cancel", and allow the user to enter "C" or click a button, and if not entered during display time for the process to continue.
is this possible with the msg() function or do i have to write own window and timer()?
Cheers
Hi Martin,
I don't think this is possible due to the fact that the parameter that controls the visibility of the buttons is also the argument that specifies if the message is timed
Carl