Re: Cut/Copy/Paste not working for a subclassed edit control
Sorry to waste your time. The problem was in
CWinApp::ProcessMessageFilter().
There was some debugging code in there that was eating all the keystrokes
and
returning TRUE.
Thanks for your time,
Drew
"Joseph M. Newcomer" <newcomer@flounder.com> wrote in message
news:nm5da3l8fvqnguca504kl9jnrnnbiu3gae@4ax.com...
It might. I've never done that. But it is really important to give all
this information
up-front. Do you have a small example we could try?
joe
On Tue, 24 Jul 2007 15:44:54 -0500, "Drew" <dam@dam.dam> wrote:
"Drew" <dam@dam.dam> wrote in message
news:uZXBPuhzHHA.600@TK2MSFTNGP05.phx.gbl...
Well, the code is provided at http://support.microsoft.com/kb/q145616/ ,
the link provided by
Mike in this thread. But never mind; there actually were two function
bodies, caused by an overzealous paste operation. However, the problem
still exists. Could this be because this is a CPropertyPage and not a
CDialog? I did create a small sample app
using my subclassed edit and the code provided at the link and that
worked
(using a CDialog).
OK. Scratch that. I took the handlers out and the sample app still works.
This must be a CPropertyPage specific problem. Any KB out there about that
or am I just going to have to implement this from scratch?
Actually, this is a property page in a property sheet embedded in a
CMiniFrameWnd
if that helps any.
Thanks,
Drew
Joseph M. Newcomer [MVP]
email: newcomer@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm