home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Programming Tool Box
/
SIMS_2.iso
/
vb_tools
/
manythng
/
original.frm
< prev
next >
Wrap
Text File
|
1994-01-25
|
754b
|
31 lines
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
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