Anda dapat mendeteksinya dengan menaruh potongan program tersebut padaKeyPress event procedure dengan memastikan apakah nilai dari KeyAscii parameter = 13
Code :
sub Text1_KeyPress (KeyAscii As Integer)
if KeyAscii = 13 Then
SendKeys "{tab}"
KeyAscii = 0
End If
End sub
1 komentar:
I really appreciate your professional approach. These are pieces of very useful information that will be of great use for me in future.
Posting Komentar