timeout in MessageBox

L

L.Peter

Dear Group,
is there any way to popup a MessageBox with a default choice (say OK) then
after 1 minute if user do nothing then OK is pressed?

TIA

L.Peter
 
L

L#

Dear Group,
is there any way to popup a MessageBox with a default choice (say OK) then
after 1 minute if user do nothing then OK is pressed?

TIA

L.Peter

My first idea is to write your own dialog deriverd from Form, set a
property TimeOut, start a timer in that dialog when it's loaded and
close the dialog when the timer reaches the timeout.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top