下列语句中正确的是 。
A: txt1.Text+txt2.Text=txtS.Text
B: Commandl.Name=cmdOK
C: 12Label.Caption=1234
D: A=InputBox(Hello)
A: txt1.Text+txt2.Text=txtS.Text
B: Commandl.Name=cmdOK
C: 12Label.Caption=1234
D: A=InputBox(Hello)
举一反三
- 下列语句中正确的是 A: txt1.text+txt2.text=txt3.text B: command1.name=cmdok C: a=inputbox(“hello”) D: 12label.caption=1234
- 下列语句中正确的赋值语句是( )。 A: Command1.Name = cmdOK B: A = InputBox(Hello) C: 12Label.Caption = 1234 D: txt1.Text+txt2.Text = txt3.Text
- 在用通用对话框控件建立打开文件对话框时,在文件列表框只允许显示文本文件类型的文件,则Filter属性的正确设置是_________。 A: Text(.txt)|*.txt B: Text(.txt)||*.txt C: Text(.txt)(*.txt) D: 文本文件|(.txt) E: 文本文件(*.txt)
- 在用通用对话框控件建立打开文件对话框时,在文件列表框只允许显示文本文件类型的文件,则Filter属性的正确设置是_________。? Text(.txt)|*.txt|;文本文件(*.txt);;|;Text(.txt)(*.txt);|;文本文件|(.txt) ;
- 命令按钮控件上设置显示文字内容的属性是() A: name B: caption C: text D: text,caption