|
Sakthi,
Have you
tried to use the KeyDown instead of the UserActionKeyDown like this:
AddHandler
MedicalViewer1.KeyDown, AddressOf MedicalViewer1_KeyDown
Private Sub
MedicalViewer1_KeyDown(ByVal sender As Object, ByVal e As
System.Windows.Forms.KeyEventArgs)
MsgBox(e.KeyValue)
End Sub
Adam Boulad LEADTOOLS Technical Support
|