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
最新試題
在賦值語句中,賦值號(hào)與數(shù)學(xué)上的等號(hào)意義相同。
如果要讓計(jì)數(shù)器最大計(jì)數(shù)次數(shù)不超過100,則應(yīng)修改代碼If n<20Then 為()
Load事件是在窗體被卸載時(shí)觸發(fā)。
定時(shí)器的Enabled的屬性值是()型數(shù)據(jù)。
在VB中,過程分為SUB過程和FUNCTION過程。
窗體的name屬性與caption屬性是一樣的。
以下事件屬于系統(tǒng)事件的是()
下面程序的執(zhí)行后,a的輸出值是()a =2For i=1 to 2a =a*iNext iPrint a
假設(shè)變量a=1234,執(zhí)行t=(a\100)Mod 10語句以后,t的值是()
單擊命令按鈕Commandl必將調(diào)用的事件()。