home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Original
- AutoRedraw = -1 'True
- BackColor = &H00000000&
- BorderStyle = 0 'None
- ControlBox = 0 'False
- Height = 6255
- Icon = ORIGINAL.FRX:0000
- Left = 510
- LinkTopic = "Form1"
- ScaleHeight = 390
- ScaleMode = 3 'Pixel
- ScaleWidth = 525
- Top = 1380
- Visible = 0 'False
- Width = 7995
- ' Original -- this form is used to save the original windows
- ' desktop bitmap that exists when the screen saver is
- ' started
- Option Explicit
- Sub Form_Load ()
- ' stretch to full screen
- 'Move 0, 0, Screen.Width, Screen.Height
- End Sub
-