單項(xiàng)選擇題下面()命名空間中的類型用于創(chuàng)建Windows GUI應(yīng)用程序。

A.System.Web.Services
B.System.Web.UI
C.System.Windows.Forms
D.System.ServiceProcess


您可能感興趣的試卷

你可能感興趣的試題

1.單項(xiàng)選擇題向列表框中的最后填加一個(gè)新項(xiàng)目,正確的語(yǔ)句是()

A.ListBox1.Items.Add ("How are You")
B.ListBox1.Items.Insert ("How are You")
C.ListBox1.Items.Add (2, "How are You")
D.ListBox1.Items.Insert (2, "How are You")

2.單項(xiàng)選擇題要使文本框成為密碼輸入框,一般應(yīng)修改文本框的()屬性。

A.PasswordChar屬性和MaxLength屬性,并且 MultiLine屬性值只能為False。
B.PasswordChar屬性和MaxLength屬性,并且Lines屬性值只能為False。
C.只修改PasswordChar屬性值就可以了,其它屬性可以不修改。
D.PasswordChar屬性和MaxLength屬性, MultiLine屬性值可以為True。

4.單項(xiàng)選擇題如果要使命令按鈕以圖片形式顯示,則應(yīng)使()屬性裝入圖片。

A.BackGroundImage
B.Image
C.ImageList
D.ImageAlign

5.單項(xiàng)選擇題要使文本框能夠多行顯示,則應(yīng)使()屬性設(shè)為True。

A.MultiLine
B.MaxLength
C.SelLength
D.Locked