J
Jørgen Sørensen
Hi
I have a Windows Form with nothing but an Acrobat Reader Control, which is
docked to fill the entire form.
I need to catch KeyDown events to scroll, resize etc. the document shown in
the AR Control.
Just to test I have tried the "normal" way:
Private Sub Form_KeyDown(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
MessageBox.Show("hallo")
End Sub
The Form KeyPreview is set to True
For some strange reason the code above never runs!
Help please
Jørgen
I have a Windows Form with nothing but an Acrobat Reader Control, which is
docked to fill the entire form.
I need to catch KeyDown events to scroll, resize etc. the document shown in
the AR Control.
Just to test I have tried the "normal" way:
Private Sub Form_KeyDown(ByVal sender As System.Object, ByVal e As
System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyDown
MessageBox.Show("hallo")
End Sub
The Form KeyPreview is set to True
For some strange reason the code above never runs!
Help please
Jørgen