VB中如何用一个变量改多个按钮的名称
用VB编程,有多个按钮按钮名为:CommandButton1.....CommandButton20,我想用一个变量替换名字中的数字来编程,如何实现。急...
用VB编程,有多个按钮按钮名为:CommandButton1.....CommandButton20,我想用一个变量替换名字中的数字来编程,如何实现。急
展开
4个回答
展开全部
Dim i As Integer
Dim p As Control
For Each p In Controls
If TypeOf p Is CommandButton Then
i = i + 1
p.Caption = "弊冲test"租纯歼裤返 & i
End If
Next
Dim p As Control
For Each p In Controls
If TypeOf p Is CommandButton Then
i = i + 1
p.Caption = "弊冲test"租纯歼裤返 & i
End If
Next
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
Command1.Caption = "123456"
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询