I would like to timeout a screen/User Interface if the user does not respond in say 3 seconds, and carry on with the update/installation. I have tried the following and it just doesn't remove the screen. Is there anyway to get around it?
Thank you.
Screen.Show("Update Required");
Application.Sleep(3000);
Screen.End();

Reply With Quote
All right.
