在窗体上画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=______)
单选题
在窗体上画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=______)