1、过程定义如下,单击按钮后标签上的文字为________。 Sub ProcString(ByVal m$) m = Mid(m, 7, 2) End Sub Private Sub Command1_Click() Dim s$ s = "VB.NET程序设计" Call ProcString(s) Label1.Caption = s End Sub

A.VB.NET B.程序 C.VB.NET程序 D.VB.NET程序设计

时间:2024-03-02 19:22:48

相似题目