-
Editbox in FormView
Hi All,
I have some CEdit's in an CFormView and I can do copy&paste by using the contextual menu but I just cannot do that by using the keyboard combinations Ctrl+C, Ctrl+V and so on. Of course there is no such problem for a CEdit in a CDialog.
I suppose there are some keywords' related messages eaten by CFormView. Any tips on how to solve this? Thanks.
Regards,
Cosmin Unguru
-
Re: Editbox in FormView
Search for the "HOWTO: How to Enable Edit Menu Commands for Edit Controls" article in MSDN.
-
Re: Editbox in FormView
Another thing that you may do is to remove the Accelerator associated with Ctrl + C in your project.
-
Re: Editbox in FormView
Thanks for your replies. Unfortunately removing the accelerators and handlers did not solved the issue.
I create my CFormViews dynamically in CMainFrame::OnCreate I suppose this is why. Any more ideas?
Regards,
Cosmin Unguru