home *** CD-ROM | disk | FTP | other *** search
/ Programming Tool Box / SIMS_2.iso / vb_code1 / nivb_src / nohelp.frm < prev    next >
Text File  |  1993-06-02  |  1KB  |  39 lines

  1. VERSION 2.00
  2. Begin Form NoHelpForm 
  3.    BorderStyle     =   3  'Fixed Double
  4.    Caption         =   "There Is No Help"
  5.    ControlBox      =   0   'False
  6.    Height          =   1845
  7.    Left            =   3135
  8.    LinkMode        =   1  'Source
  9.    LinkTopic       =   "Form3"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   1440
  13.    ScaleWidth      =   2940
  14.    Top             =   1380
  15.    Width           =   3060
  16.    Begin CommandButton FoolButton 
  17.       Caption         =   "&OK"
  18.       Default         =   -1  'True
  19.       Height          =   372
  20.       Left            =   1080
  21.       TabIndex        =   1
  22.       Top             =   960
  23.       Width           =   732
  24.    End
  25.    Begin Label Label1 
  26.       Alignment       =   2  'Center
  27.       Caption         =   "Sorry, there is no online help for this program."
  28.       Height          =   492
  29.       Left            =   480
  30.       TabIndex        =   0
  31.       Top             =   240
  32.       Width           =   2052
  33.    End
  34. End
  35. Sub FoolButton_Click ()
  36.     Unload NoHelpForm
  37. End Sub
  38.  
  39.