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屬性值可以為True。
A.Normal
B.AutoSize
C.StretchImage
D.CenterImage
A.BackGroundImage
B.Image
C.ImageList
D.ImageAlign
A.MultiLine
B.MaxLength
C.SelLength
D.Locked
最新試題
文本框Textl的KeyDown事件過程中參數(shù)KeyCode值表示()。
For循環(huán)語句中的步長值可省略不寫。
下列關(guān)于MouseMove事件,描述正確的是()。
如果讓計數(shù)器程序中的數(shù)字每次增加2,則應(yīng)修改代碼n=n+1為()
窗體的name屬性與caption屬性是一樣的。
如果要讓計數(shù)器最大計數(shù)次數(shù)不超過100,則應(yīng)修改代碼If n<20Then 為()
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
若要改變窗體中顯示文本的顏色,應(yīng)該使用的屬性是()。
如果要讓計數(shù)器每秒計數(shù)5次,則定時器Timer1的Interval屬性值應(yīng)設(shè)置為()
在賦值語句中,賦值號與數(shù)學(xué)上的等號意義相同。