Re: ctrl+V in CComboBox
- From: Ajay Kalra <ajaykalra@xxxxxxxxx>
- Date: Thu, 28 Aug 2008 11:48:52 -0700 (PDT)
On Aug 28, 9:18 am, Kuenga <sagku...@xxxxxxxxx> wrote:
Hi,
I have used a CCombox in a toolbar. In the ccombox, when I do right
click, I get menu show Copy, cut and paste etc in the context menu. No
code written for it.
But thru keyboard when I do Ctrl+V, CTrl+C, nothing happens. How to
set this keyboard option also automatically ?
When MFC provided cut, copy and paste automaticcaly on Context Menu in
CCombox why it is not accepting keyboard shortcuts ?
Thanks
Try handling the keyboard combination in PreTranslateMessage of the
combobox.
--
Ajay
.
- Follow-Ups:
- Re: ctrl+V in CComboBox
- From: AliR \(VC++ MVP\)
- Re: ctrl+V in CComboBox
- References:
- ctrl+V in CComboBox
- From: Kuenga
- ctrl+V in CComboBox
- Prev by Date: Re: Precision issue with Float and Double (C++)
- Next by Date: Re: How to compile Vista 64bit from 32bit Vista
- Previous by thread: ctrl+V in CComboBox
- Next by thread: Re: ctrl+V in CComboBox
- Index(es):
Relevant Pages
|