msgbox to show user

  • Thread starter Thread starter iccsi
  • Start date Start date
I

iccsi

I would like to notify user to logoff the system in 5 minutes if not
the system log them off.

If I use msgbox then the msgbox wait user response which system can
not do anything about it.

I plan to check my table like tblSystem to see Maintainance set or
not, if yes then ask user to logoff in 5 minutes.

The issue is how can I close the application if user does not reponse
or not in front of system then I can not do anything.


Your help is great appreciated,
 
Build your own form that will show your message, then display that form to
the user. Don't use MsgBox.

You then can control that form's "lifetime" and what to do if the user
doesn't acknowledge the form's message.
 
Back
Top