您可能感興趣的試卷
你可能感興趣的試題
A.Dim sw As StreamWriter = New StreamWriter(path, true)
B.Dim sw As StreamWriter = New StreamWriter(path, false)
C.Dim sw As StreamWriter = File.Append(path)
D.Dim sw As StreamWriter = File.AppendText(path)
A.FileMode
B.FileAccess
C.FileShare
D.SeekOrigin
A.System.IO
B.System.Data
C.System.File
D.System.Stream
最新試題
如果要讓計(jì)數(shù)器每秒計(jì)數(shù)5次,則定時(shí)器Timer1的Interval屬性值應(yīng)設(shè)置為()
文本框Textl的KeyDown事件過程中參數(shù)KeyCode值表示()。
在沒有設(shè)置步長時(shí),則步長默認(rèn)值為()
建立彈出式菜單使用的命令是()。
若要改變窗體中顯示文本的顏色,應(yīng)該使用的屬性是()。
Load事件是在窗體被卸載時(shí)觸發(fā)。
在VB中,事件過程一般由操作系統(tǒng)調(diào)用。
當(dāng)用戶按鍵時(shí),KeyPress、KeyDown、KeyUp事件的執(zhí)行順序?yàn)椋ǎ?/p>
Print語句中有運(yùn)算和輸出的雙重功能,對于表達(dá)式是先輸出后計(jì)算。
語句for j=1 to 100 step 3,循環(huán)體被被執(zhí)行的次數(shù)()