home *** CD-ROM | disk | FTP | other *** search
/ Resource for Source: C/C++ / Resource for Source - C-C++.iso / misc_src / manyth31 / temp.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1995-11-01  |  746 b   |  25 lines

  1. VERSION 2.00
  2. Begin Form Temp 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00000000&
  5.    BorderStyle     =   0  'None
  6.    ControlBox      =   0   'False
  7.    Height          =   2970
  8.    Icon            =   TEMP.FRX:0000
  9.    Left            =   870
  10.    LinkTopic       =   "Form1"
  11.    ScaleHeight     =   171
  12.    ScaleMode       =   3  'Pixel
  13.    ScaleWidth      =   381
  14.    Top             =   1260
  15.    Visible         =   0   'False
  16.    Width           =   5835
  17. ' Original -- this form is used to save the original windows
  18. '   desktop bitmap that exists when the screen saver is
  19. '   started
  20. Option Explicit
  21. Sub Form_Load ()
  22.     ' stretch to full screen
  23.     'Move 0, 0, Screen.Width, Screen.Height
  24. End Sub
  25.