-
1
- #1
I'm working on a program that uses some navigation buttons and they work fine but, I'd like to assign them hot keys like Ctrl-RightArrow to go forward, Ctrl-Home to go tothe very beginning, etc. I´ve assigned <FONT FACE=monospace>KeyPreview</font> to true in Form_Load. Then I use the <FONT FACE=monospace>KeyDown</font> event to get Shift and KeyCode but not to avail. What am I doing wrong?