Hi,
i have a simple form with few buttons, some datagrids.
i would like to create a shortcut for the whole form, not for a datagrid or a button. For example, when the user press CTRL+PAGE DOWN, a next avaiable data should be visible / load.
I tried the keydown,keyup events from mybase
but nothing happens, the application dont hold there (breakpoint).
any ideas? :-\
i have a simple form with few buttons, some datagrids.
i would like to create a shortcut for the whole form, not for a datagrid or a button. For example, when the user press CTRL+PAGE DOWN, a next avaiable data should be visible / load.
I tried the keydown,keyup events from mybase
Visual Basic:
Private Sub frmLHTDataCorrectionDetail_KeyUp(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles MyBase.KeyUp)
any ideas? :-\
Last edited: