The MASM Forum Archive 2004 to 2012

General Forums => The Campus => Topic started by: georgek01 on September 22, 2005, 08:44:39 AM

Title: Questions about ATL?
Post by: georgek01 on September 22, 2005, 08:44:39 AM
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



Title: Re: Questions about ATL?
Post by: OceanJeff32 on September 22, 2005, 09:15:20 AM
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
::)
Title: Re: Questions about ATL?
Post by: georgek01 on September 22, 2005, 10:00:34 AM
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]