使用FileStream类以独占方式打开文件,FileShare需要使用( )。
A. None
B. Read
C. ReadWrite
D. Write
查看答案
在C#程序中要显示一个消息为:This is a test,标题为;hello的消息框正确的语句应该是:( )
A. MessageBox.show(“This is a test:,”hello”)
B. MessageBox(“This is a test:,”hello”)
C. MessageBox.show(”hello”,“This is a test
E. MessageBox(”hello”,“This is a test
使用( )方法,可以在屏幕中央打开窗体。
A. Close
B. Hide
C. Show
D. CenterToScreen
Vs控件的属性窗口中,按钮“A->Z”点击后,属性列表会按照什么顺序进行排列?( )
A. 功能分类排列属性
B. 大小排列各属性
C. 名称排列属性
D. 先按照功能分类排列属性后在每个单元中以名称排序
ComboBox类和ListBox类同时派生于哪个类?( )
A. ListControl类
B. RadioButton类
C. Button类
D. CheckBox类