home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 3_2004-2005.ISO / Data / Zips / What_is_'C18321912222004.psc / frmabout.frm < prev    next >
Text File  |  2004-12-18  |  972b  |  37 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   4  'Fixed ToolWindow
  4.    Caption         =   "OK not the real error msgbox but the one on my machine"
  5.    ClientHeight    =   2130
  6.    ClientLeft      =   45
  7.    ClientTop       =   315
  8.    ClientWidth     =   9795
  9.    LinkTopic       =   "Form2"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   2130
  13.    ScaleWidth      =   9795
  14.    ShowInTaskbar   =   0   'False
  15.    StartUpPosition =   3  'Windows Default
  16.    Begin VB.Image imgAbout 
  17.       Height          =   2085
  18.       Left            =   0
  19.       Picture         =   "frmabout.frx":0000
  20.       Top             =   0
  21.       Width           =   9765
  22.    End
  23. End
  24. Attribute VB_Name = "frmabout"
  25. Attribute VB_GlobalNameSpace = False
  26. Attribute VB_Creatable = False
  27. Attribute VB_PredeclaredId = True
  28. Attribute VB_Exposed = False
  29. Option Explicit
  30.  
  31. Private Sub imgAbout_Click()
  32.  
  33.   Unload Me
  34.  
  35. End Sub
  36.  
  37.