在窗体上画1个文本框,名称为Text1,然后编写如下程序: Private Sub Form Load() Open "C:dat.txt" For Output As1 Text1.Text="" End Sub Private Sub Text1_KeyPress(KeyAscii As integer) If______=13 Then If UCase(Text1.Text=______)

A.KeyAscii "END" B.Text1.Text "END" C.Text1.Text 13 D.KeyAscii 13

时间:2024-05-30 15:40:48

相似题目