home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 6_2008-2009.ISO / data / zips / LEGEND_-_32162369112009.psc / Form1.frm < prev    next >
Text File  |  2009-09-11  |  2KB  |  52 lines

  1. VERSION 5.00
  2. Begin VB.Form Form1 
  3.    BorderStyle     =   1  'Fixed Single
  4.    Caption         =   "LEGEND - Setup"
  5.    ClientHeight    =   2610
  6.    ClientLeft      =   45
  7.    ClientTop       =   345
  8.    ClientWidth     =   4710
  9.    LinkTopic       =   "Form1"
  10.    MaxButton       =   0   'False
  11.    MinButton       =   0   'False
  12.    ScaleHeight     =   2610
  13.    ScaleWidth      =   4710
  14.    StartUpPosition =   3  'Windows Default
  15.    Begin VB.CommandButton Command1 
  16.       Caption         =   "Click Here to Get [ LEGEND.rar ]"
  17.       Height          =   495
  18.       Left            =   360
  19.       TabIndex        =   0
  20.       Top             =   1680
  21.       Width           =   3855
  22.    End
  23.    Begin VB.Label Label2 
  24.       Caption         =   "so.. i put all files ( with DLL ) in single rar file, and you have to unzip it using [ WinRar ] ."
  25.       Height          =   495
  26.       Left            =   120
  27.       TabIndex        =   2
  28.       Top             =   840
  29.       Width           =   4335
  30.    End
  31.    Begin VB.Label Label1 
  32.       Caption         =   "There are many DLL files, but PlanetSourceCode will remove all of them ."
  33.       Height          =   495
  34.       Left            =   120
  35.       TabIndex        =   1
  36.       Top             =   120
  37.       Width           =   4335
  38.    End
  39. End
  40. Attribute VB_Name = "Form1"
  41. Attribute VB_GlobalNameSpace = False
  42. Attribute VB_Creatable = False
  43. Attribute VB_PredeclaredId = True
  44. Attribute VB_Exposed = False
  45. Private Sub Command1_Click()
  46. On Error Resume Next
  47.  
  48. MsgBox " See [ LEGEND.Rar ] and unzip it using Winrar" + vbCrLf + vbCrLf + "then you will see all files , ActiveX files included !"
  49.  
  50. End
  51. End Sub
  52.