A.WindowsNT4.0
B.Windows2000Professional
C.Windows98SE
D.WindowsXPHomeEdition
您可能感興趣的試卷
你可能感興趣的試題
A.import
B.using
C.for
D.foreach
A.picBook.Image =imgListBook.Image;
B.picBook.Image =imgListBook.Images.Image;
C.picBook.Image =imgListBook.Images[0].Image;
D.picBook.Image =imgListBook.Images[0];
A.ExecuteNonQuery()
B.ExecuteReader()
C.ExecuteScalar()
D.ExecuteCount()
A.Text
B.SelectedItem
C.Items
D.SelectedIndex
A.dap.Fill(ds)
B.dap.Fill(ds."SingerList")
C.dap.Fill(ds."Singer")
D.dap.Fill(ds."Singer","SingerList")
A.Simple
B.List
C.DropDown
D.DropDownList
A.Connection
B.Command
C.DataSet
D..Net Framework數(shù)據(jù)提供程序
A.MenuStrip
B.Combobox
C.GroupBox
D.Panel
A.SqlDataReader reader=command.ExecuteReader()
B.SqlDataReader reader=command.ExecuteNonQuery()
C.SqlDataReader reader=new SQLDataReader()
D.SqlDataReader reader=command.ExecuteScalar()
A.Item
B.List
C.MultiSelect
D.SelectionMode
最新試題
在C#開發(fā)的Windows應(yīng)用程序中,下列能夠把Form窗體顯示為模式窗體對話框的是()
在WinForm窗體中,ComboBox有三種下拉樣式,其中不包括()
以下哪些控件可以實(shí)現(xiàn)單選按鈕的分組()
以下關(guān)于MessageBox.Show()方法中4個(gè)參數(shù),說法正確的是()
在C#中,定義命名空間的關(guān)鍵字是()
在C#WinForms程序中,以下關(guān)于Timer控件說法正確的是()
在WinForm窗體中,列表框(LisBox)控件的()屬性用于設(shè)置一個(gè)值,該值決定ListBox 是否支持選擇多項(xiàng)。
在C#WinForm中,用于創(chuàng)建工具欄的控件是()
下列關(guān)于ADO.NET操作數(shù)據(jù)庫的原理,說法有誤的是()
在WinForm窗體中,可以存儲(chǔ)多張圖像資源的控件是()