home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2001 April
/
Chip_2001-04_cd1.bin
/
chplus
/
vb
/
vbkids20.exe
/
VBKids
/
VBKProjects
/
VB4Projects
/
FirstCode.Frm
(
.txt
)
next >
Wrap
Visual Basic Form
|
2000-06-10
|
808b
|
29 lines
VERSION 4.00
Begin VB.Form frmFirstCode
Caption = "My First Code"
ClientHeight = 1440
ClientLeft = 1215
ClientTop = 1995
ClientWidth = 2925
Height = 1845
Left = 1155
LinkTopic = "Form1"
ScaleHeight = 1440
ScaleWidth = 2925
Top = 1650
Width = 3045
Begin VB.CommandButton cmdBeep
Caption = "Beep!"
Height = 495
Left = 840
TabIndex = 0
Top = 480
Width = 1215
End
Attribute VB_Name = "frmFirstCode"
Attribute VB_Creatable = False
Attribute VB_Exposed = False
Option Explicit
Private Sub cmdBeep_Click()
End Sub