hi,
can you tell me if it is possible to make messagebox, that appears only for defined seconds i.e 5 seconds, and if user doesn't take any action(change default button) the messagebox will disappear.
example:
If the user does not press no button in 5 seconds NO is assumed.
can you tell me if it is possible to make messagebox, that appears only for defined seconds i.e 5 seconds, and if user doesn't take any action(change default button) the messagebox will disappear.
example:
If the user does not press no button in 5 seconds NO is assumed.
PHP Code:
MessageBox MB_DEFBUTTON2|MB_YESNO|MB_ICONQUESTION "Skip licence?" IDYES Skip
Comment