【VB开源代码栏目提醒】:网学会员为广大网友收集整理了,Ex6_8.frm,希望对大家有所帮助!
VERSION 5.00
Begin VB.Form Ex6_8
Caption = "Form1"
ClientHeight = 2175
ClientLeft = 60
ClientTop = 450
ClientWidth = 3600
LinkTopic = "Form1"
ScaleHeight = 2175
ScaleWidth = 3600
StartUpPosition = 3 '窗口缺省
Begin VB.CommandButton Command1
Caption = "Command1"
Height = 375
Left = 1920
TabIndex = 0
Top = 1560
Width = 1455
End
End
Attribute VB_Name = "Ex6_8"
Attribute VB_GlobalNameSpace = False
Attribute VB_Creatable = False
Attribute VB_PredeclaredId = True
Attribute VB_Exposed = False
Public Comment As String
Private Sub Form_Click()
Print "My comment is:"; Comment
End Sub
Private Sub Command1_Click()
Dim f As New Ex6_8
f.Comment = InputBox("请输入一行字符串")
f.Show
End Sub
上一篇:
Ex6_7.frm
下一篇:
村落共同体的核心架构研究