I've created a web browser using ATL. The web controls in the browser control does not respond to amongst others; Ctrl+C, Ctrl+P and Enter key strokes. I've tried sub classing the window, but this does not seem to work.
Would anyone perhaps know why this happens?
Thank you and regards,
George
Is that Active Template Library? If I know my acronyms, but that's C++??
Hmm. correct me if I'm wrong, or upload some source that we could compile, and I'll try it!
Sounds cool anyways,
Later,
Jeff C
::)
Hi Jeff,
Yes, it's Active Template Library.
If you run the app, copy some text to the clipboard and then Ctrl+P in the search text box... nothing happens. Context menu does work though.
It's almost as if it requires it's own window procedure/message handler - but sub classing the AltAxWin window does not help.
[attachment deleted by admin]