在文本框中检查回车键

Sub txtFindText_EventKeyPress(KeyCode)

  If KeyCode = 13 Then

     Call btnFind_Click

  End If

End Sub

posted @ 2006-01-11 10:04  致远钓客  阅读(264)  评论(0)    收藏  举报