Advertisement
| 05.27.2008 at 05:59PM PDT, ID: 23436808 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: |
Private Sub txtID_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtID.KeyDown
If e.Shift And Me.txtID.Text.Length = 0 Then
e.SuppressKeyPress = True
Exit Sub
End If
End Sub
|
Advertisement