home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form wait
- BorderStyle = 1 'Fixed Single
- ClientHeight = 0
- ClientLeft = 2655
- ClientTop = 2715
- ClientWidth = 4335
- ControlBox = 0 'False
- Height = 405
- Icon = 0
- Left = 2595
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 0
- ScaleMode = 3 'Pixel
- ScaleWidth = 289
- Top = 2370
- Width = 4455
- Sub Form_Load ()
- ' Center on the screen
- '
- Move (Screen.Width - Width) \ 2, (Screen.Height - Height) \ 2
- 'Show Wait form
- Screen.MousePointer = 11
- Wait.caption = "Install Program Now Loading.....Wait..."
- Wait.Show
- install.Show
- Screen.MousePointer = 0
- End Sub
-