VERSION 2.00
Begin Form Temp 
   AutoRedraw      =   -1  'True
   BackColor       =   &H00000000&
   BorderStyle     =   0  'None
   ControlBox      =   0   'False
   Height          =   2970
   Icon            =   TEMP.FRX:0000
   Left            =   870
   LinkTopic       =   "Form1"
   ScaleHeight     =   171
   ScaleMode       =   3  'Pixel
   ScaleWidth      =   381
   Top             =   1260
   Visible         =   0   'False
   Width           =   5835
End
' 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

