News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

Questions about ATL?

Started by georgek01, September 22, 2005, 08:44:39 AM

Previous topic - Next topic

georgek01

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



What we have to learn to do, we learn by doing.

- ARISTOTLE (384-322 BC)

OceanJeff32

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
::)
Any good programmer knows, every large and/or small job, is equally large, to the programmer!

georgek01

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]
What we have to learn to do, we learn by doing.

- ARISTOTLE (384-322 BC)