I have the following code...
MessageBox.Show("Your session has been remotely terminated.");
Application.ExitThread;
I am trying to figure out if there is a way to close the MessageBox automatically after a short period of time has elapsed if the user doesn't hit the 'Ok' button.