A.System.Web.Services
B.System.Web.UI
C.System.Windows.Forms
D.System.ServiceProcess
您可能感興趣的試卷
你可能感興趣的試題
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")
A.PasswordChar屬性和MaxLength屬性,并且 MultiLine屬性值只能為False。
B.PasswordChar屬性和MaxLength屬性,并且Lines屬性值只能為False。
C.只修改PasswordChar屬性值就可以了,其它屬性可以不修改。
D.PasswordChar屬性和MaxLength屬性, MultiLine屬性值可以為T(mén)rue。
A.Normal
B.AutoSize
C.StretchImage
D.CenterImage
A.BackGroundImage
B.Image
C.ImageList
D.ImageAlign
A.MultiLine
B.MaxLength
C.SelLength
D.Locked
最新試題
用If語(yǔ)句表示分段函數(shù),不正確的程序段是()。
窗體的name屬性與caption屬性是一樣的。
定時(shí)器的Enabled的屬性值是()型數(shù)據(jù)。
下面代碼可將變量A、B交換的語(yǔ)句是()
當(dāng)鼠標(biāo)左鍵按下時(shí),下列哪個(gè)事件被激發(fā)()。
在沒(méi)有設(shè)置步長(zhǎng)時(shí),則步長(zhǎng)默認(rèn)值為()
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
當(dāng)用戶(hù)按鍵時(shí),KeyPress、KeyDown、KeyUp事件的執(zhí)行順序?yàn)椋ǎ?/p>
在VB中,事件過(guò)程一般由操作系統(tǒng)調(diào)用。
子過(guò)程MyProc定義如下,若a,b都是整型變量,則錯(cuò)誤的調(diào)用是()。