vb client.frm
上传用户:bjlvip
上传日期:2010-02-08
资源大小:744k
文件大小:1k
- VERSION 5.00
- Begin VB.Form Form1
- Caption = "Form1"
- ClientHeight = 2508
- ClientLeft = 48
- ClientTop = 324
- ClientWidth = 3744
- LinkTopic = "Form1"
- ScaleHeight = 2508
- ScaleWidth = 3744
- StartUpPosition = 3 'Windows Default
- Begin VB.CommandButton Command1
- Caption = "Command1"
- Height = 612
- Left = 1080
- TabIndex = 0
- Top = 720
- Width = 1452
- End
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- Dim myRef As New InsideCOM
- myRef.Test Wednesday
- End Sub