Sep 28, 2004 #1 todd666 IS-IT--Management Dec 3, 2001 61 CA I want to show a Form about 20 seconds and after 20 second, the form will close. What instruction (sleep, wait, delay, ...) can I use to replace xxx: Here is my code: Form1.Show VbModal xxx Form1.Unload
I want to show a Form about 20 seconds and after 20 second, the form will close. What instruction (sleep, wait, delay, ...) can I use to replace xxx: Here is my code: Form1.Show VbModal xxx Form1.Unload
Sep 28, 2004 1 #2 Swi Programmer Feb 4, 2002 1,975 US Here is a good thread that describes several ways to accomplish what you want to do: thread222-901069 Swi Upvote 0 Downvote
Here is a good thread that describes several ways to accomplish what you want to do: thread222-901069 Swi