|
Subject:
|
keyPress of C#.net 2008
|
|
Posted By:
|
therese
|
Post Date:
|
7/26/2008 6:24:04 AM
|
Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text2.SetFocus End If End Sub
Private Sub Text1_KeyPress(KeyAscii As Integer) If KeyAscii = 13 Then Text3.SetFocus End If End Sub
Hi..
Sample KeyPress is code from VB6.. how about in C#.net 2008?
Please help me
|
|