-
Edit Box Paste
In a "Dialog-Based" MFC AppWizard application,
the following results in a successful paste to
an Edit Box:
ctrl v
However, for a "Single Document" MFC AppWizard application, the above fails, but the following
works:
ctrl shift v
Is is possible to get:
ctrl v
to work in a "Single Document" MFC AppWizard application?
-
Re: Edit Box Paste
You can override OnChar for corresponding view class and do what you wish. If it doesn't work, override PreTranslateNessage
Rating isn't important...But gurus respect it and keep high
-
Re: Edit Box Paste
I successfully used a reply given by Sam Hobbs in response to the 11/15/2000 question on:
Edit cut copy paste
His answer is to look in the following document:
"How to Enable Edit Menu Commands for Edit Controls" (Q145616).