Information Technology Reference
In-Depth Information
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
'Last modification 10/11/99
Private Sub Form_Load()
ErrorPanel.Enabled = True
ErrorPanel.Visible = True
End Sub
Private Sub OkButton_Click()
ErrorPanel.Enabled = False
ErrorPanel.Visible = False
End Sub
J.5 Help form (help.frm)
VERSION 5.00
Begin VB.Form HELP
BorderStyle = 4 'Fixed ToolWindow
Caption = "Example - Help"
ClientHeight = 3195
ClientLeft = 45
ClientTop = 285
ClientWidth = 4680
MaxButton = 0 'False
MinButton = 0 'False
ScaleHeight = 3195
ScaleWidth = 4680
ShowInTaskbar = 0 'False
Begin VB.Label Copyright4
Caption = "email_address"
BeginProperty Font
Name = "Times New Roman"
Size = 8.25
Charset = 0
Weight = 400
Underline = 0 'False
Italic = 0 'False
Strikethrough = 0 'False
EndProperty
Height = 255
Left = 2880
TabIndex = 0
Top = 2880
Width = 1695
End
End
Attribute VB_Name = "HELP"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Search WWH ::




Custom Search