home *** CD-ROM | disk | FTP | other *** search
- VERSION 2.00
- Begin Form helpbox
- BorderStyle = 3 'Fixed Double
- Caption = "Help -- WRN.HLP"
- ClientHeight = 5820
- ClientLeft = 1095
- ClientTop = 1485
- ClientWidth = 7365
- Height = 6225
- Left = 1035
- LinkMode = 1 'Source
- LinkTopic = "Form1"
- MaxButton = 0 'False
- MinButton = 0 'False
- ScaleHeight = 5820
- ScaleWidth = 7365
- Top = 1140
- Width = 7485
- Begin TextBox Text1
- Height = 5415
- Left = 360
- MultiLine = -1 'True
- ScrollBars = 3 'Both
- TabIndex = 0
- Top = 120
- Width = 6855
- End
- Sub Form_Load ()
- temp$ = load_file("wrn.hlp")
- text1.text = temp$
- End Sub
- Sub Form_Unload (Cancel As Integer)
- wrn_form.enabled = True
- End Sub
-