6 lines
100 B
Text
6 lines
100 B
Text
Public Sub Form_KeyPress()
|
|
|
|
'Requires a TextBox or similar on the Form to work
|
|
Print Key.Text;
|
|
|
|
End
|