【单选题】设一个工程由两个窗体组成,其名称分别为Form1和Form2,在Form1上有一个名称为Command1的命令按钮。窗体Form1的程序代码如下: Private Sub Command1_Click( ) Dim a As Integer a=10 Call g(Form2,A)End Sub Private Sub g(f As Form,x As Integer) y=IIf(x>10,10...
【简答题】根据对话判断正(T)误(F)。 Li Lei: Look! What's that on the floor, Lucy? Lucy: Where? Li Lei: Under the chair. Oh, it's a new watch. Is it yours? Lucy: No, it isn't. My watch is at home. I think it's Lily's. She...
【简答题】设一个工程由两个窗体组成,其名称分别为Form1和Form2,在Form1上有一个名称为Command1的命令按钮。窗体Form1的程序代码如下:A. Form1的Caption属性值为"VB.NET" B. Form2的Caption属性值为"VB.NET" C. Form1的Caption属性值为"VB6" D. Form2的Caption属性值为"VB6"