"Edit" part of MFC menu.
-
Hi, I have created MFC SDI application. It is working except "Edit" part of the menu. Do I need to modify any code to make it work? I am not able to cut, copy or paste using it. Thanks, Harsha
harsha1305 wrote:
I am not able to cut, copy or paste using it.
What are you trying to copy/cut from, or paste into?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
harsha1305 wrote:
I am not able to cut, copy or paste using it.
What are you trying to copy/cut from, or paste into?
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
Hi, Those Cut/Copy/Paste are not active. Those look deactivated. I am not able to click on it. I have an edit box in the application, where I have typed text. I am not able to copy it using this control. If you have any suggestion, please let me know. Thanks, Harsha
-
Hi, Those Cut/Copy/Paste are not active. Those look deactivated. I am not able to click on it. I have an edit box in the application, where I have typed text. I am not able to copy it using this control. If you have any suggestion, please let me know. Thanks, Harsha
harsha1305 wrote:
Those Cut/Copy/Paste are not active. Those look deactivated.
You need to provide handlers for them. Use ClassWizard (Ctrl+W) for this.
"The largest fire starts but with the smallest spark." - David Crow
"Judge not by the eye but by the heart." - Native American Proverb
-
Hi, I have created MFC SDI application. It is working except "Edit" part of the menu. Do I need to modify any code to make it work? I am not able to cut, copy or paste using it. Thanks, Harsha
How to use copy and paste and whats your code for copy and paste_**
**_
whitesky