home *** CD-ROM | disk | FTP | other *** search
/ Programmer 7500 / MAX_PROGRAMMERS.iso / VISUAL_B / CODIGO_1 / NIVB_SRC / NOHELP.FRM (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1993-06-02  |  1.1 KB  |  37 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. Sub FoolButton_Click ()
  35.     Unload NoHelpForm
  36. End Sub
  37.