A.System.ExceptionB.System.SystemExceptionC.System.ApplicationExceptionD.System.UserException
单项选择题如何将控件停靠到窗体的右边?()
A.button1.Dock=DockStyle.RightB.button1.Dock=RightC.button1.Anchor=AnchorStyles.RightD.button1.Anchor=Right
单项选择题语句string[,]_strArray=new_string[3,4];创建了多少个string对象?()
A.0B.3C.4D.12
单项选择题在为自定义类取名时,Microsoft推荐使用的命名规范是()。
A.Hungarian_notationB.随便起名字C.CamelD.Pascal
单项选择题为保护Web_Service不受恶意访问的攻击,应使用()保护Web_Service。
A.IIS目录安全性B.NTFS安全性C.共享目录安全性D.TCP/IP安全性
单项选择题设置openfiledialog1引用一个openfiledialog对象,则打开该对话框的正确代码是()。
A.openfiledialog1.show()B.openfiledialog1.showdialog()C.openfiledialog1.open()D.openfiledialog1.openandshow()