home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form Form3
- BackColor = &H00FFFF00&
- Caption = "About ReadForms"
- ClientHeight = 2610
- ClientLeft = 4560
- ClientTop = 2940
- ClientWidth = 3960
- Height = 3015
- Left = 4500
- LinkTopic = "Form3"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 2610
- ScaleWidth = 3960
- Top = 2595
- Width = 4080
- Begin PictureBox Picture1
- BorderStyle = 0 'None
- Height = 975
- Left = 960
- Picture = FORM3.FRX:0000
- ScaleHeight = 975
- ScaleWidth = 1935
- TabIndex = 3
- Top = 840
- Width = 1935
- End
- Begin CommandButton Command1
- BackColor = &H00808080&
- Caption = "&OK"
- Height = 375
- Left = 3120
- TabIndex = 0
- Top = 2040
- Width = 735
- End
- Begin Label Label2
- BackColor = &H00FFFF00&
- Caption = "CompuServe -- 76516,1274"
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00FF0000&
- Height = 255
- Left = 120
- TabIndex = 2
- Top = 2040
- Width = 2895
- End
- Begin Label Label1
- BackColor = &H00FFFF00&
- Caption = "A Freeware Visual Basic application by Bill Ludwig."
- FontBold = -1 'True
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 9.75
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 1095
- Left = 840
- TabIndex = 1
- Top = 120
- Width = 2415
- End
- Sub Command1_Click ()
- form3.Hide
- End Sub
- Sub Form_Activate ()
- 'this keeps the windows on top.... (see .BAS module also)
- SetWindowPos form3.hWnd, -1, 0, 0, 0, 0, &H50
- End Sub
- Sub Form_Load ()
- Left = (screen.Width - Width) / 2
- Top = (screen.Height - Height) / 4
- End Sub
-