In my form application i added an adobe reader control to show pdf files IN my application. I have a split panel, so on the left is a tree view with directories and files. And on the right side i have the adobe reader control. Works good.
But i want to implement some key-events while the focus is on the adobe reader control. I search around the whole day withound find a solution that works.
I also tried to override the ProcessCmdKey-Event, but it didn't work too. The Event isn't called, when the focus is on the adobe reader control. The Event is calld, if the focus are on the form or at the tree view. No error was displayd or in the console. Also tested with an breakpoint.
So, is there something you know and I don't? Your suggestions are very welcome. Thanks.