home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form ToolTipForm
- BackColor = &H0080FFFF&
- BorderStyle = 1 'Fixed Single
- ClientHeight = 240
- ClientLeft = 3630
- ClientTop = 2790
- ClientWidth = 1095
- ControlBox = 0 'False
- Height = 645
- Left = 3570
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 240
- ScaleWidth = 1095
- Top = 2445
- Width = 1215
- Begin Label ToolTipLab
- AutoSize = -1 'True
- BackColor = &H0080FFFF&
- Caption = "Label1"
- FontBold = 0 'False
- FontItalic = 0 'False
- FontName = "MS Sans Serif"
- FontSize = 8.25
- FontStrikethru = 0 'False
- FontUnderline = 0 'False
- ForeColor = &H00000000&
- Height = 195
- Left = 30
- TabIndex = 0
- Top = 0
- Width = 480
- End
- Option Explicit
- Sub Form_Load ()
- ToolTipLab.Left = 1 * Screen.TwipsPerPixelX
- ToolTipLab.Top = 0
- End Sub
-