Just thought, no one has addressed the "Time Stamped" issue.
This can be achieved simply by adding the value TimeOfDay which takes the time from your system clock (as shown below):
vbnet Code:
If e.KeyData = Keys.W Then MsgBox(TimeOfDay & " " & "Cough") End If




Reply With Quote