VB Code:
If KeyAscii < 48 Or KeyAscii > 57 Then 'sets limits for characters Select Case KeyAscii 'sets case for the keys Case 8 Case Else KeyAscii = 0 End Select End If
for this what is case 8??
|
Results 1 to 4 of 4
Thread: what is case 8?Threaded View
|
Click Here to Expand Forum to Full Width |