Re: DSO Framer event not firing: axFramerControl1_PreviewKeyDown -
07-10-2007
, 03:42 AM
Hi Walter,
I am also facing same issue as Brain. We have hosted Word using DSO
Framer in our Application.
When user clicks certain shortcut like Ctrl+s, ESC, F5...application
should respond to these events...but Word is responding to these
events.
I have tried your solution, but its working only for single Keys not
for Ctrl+S. Also i need to bubble the event to be handled by my Form.
Control order is some thing like this
Application Form
TabControl
Panel
Axframer
Word
We tried with ProcessCmdKey. but not working
Thanks
jyothi |