|
-
Jun 20th, 2004, 09:16 AM
#1
Thread Starter
Junior Member
Messagebox KILL [resolved]
How do I kill a messagebox with a timeout ?
resolution:
It appears I'll have to build my own then ....
Last edited by microfast; Jun 21st, 2004 at 02:19 AM.
-
Jun 20th, 2004, 01:27 PM
#2
PowerPoster
Re: Messagebox KILL !!
Originally posted by microfast
How do I kill a messagebox with a timeout ?
Someone else might have a direct answer, but as a messagebox is just a modal form, you could design your own and after the required message has been displayed use something like
VB Code:
Obj.Update (Where OBJ is the name of the control displayng
the message)
Threading.Thread.Sleep(5000)
to give a 5 second delay.
(With acknowledgements to Pirate)
Taxes
The more I learn about VB.NET the more I like dBaseIII Plus
The foregoing, whilst believed to be correct, is given without guarantee as to it's accuracy and entirely without recourse. You are required to decide for yourself whether or not it is suitable for your purposes and no liability for loss of any nature can be entertained.
-
Jun 20th, 2004, 08:18 PM
#3
Fanatic Member
Message boxes interupt the process of your forms, you'd need to create you're on custom one for an easy solution.
If wishes were fishes we'd all cast nets.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|