Rednyx
Civil/Environmental
- Feb 22, 2001
- 42
from where should i insert the splash form ?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Dim StartTime As Single
'Show the splash screen for 2 1/2 seconds
frmSplash.Show
StartTime = Timer
Do While Timer < StartTime + 2.5
DoEvents
Loop
frmSplash.Hide