Click here to Skip to main content
16,004,969 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralWM_MBUTTONDBLCLK please help me Pin
Member 68936114-Apr-05 23:08
Member 68936114-Apr-05 23:08 
GeneralRe: WM_MBUTTONDBLCLK please help me Pin
22491715-Apr-05 0:01
22491715-Apr-05 0:01 
GeneralRe: WM_MBUTTONDBLCLK please help me Pin
Member 68936115-Apr-05 8:45
Member 68936115-Apr-05 8:45 
GeneralProblem with CListCtrl Pin
Neeranjan14-Apr-05 22:52
Neeranjan14-Apr-05 22:52 
GeneralCant use Ctrl+C like commands with CFormView Pin
ugur_basak14-Apr-05 21:54
ugur_basak14-Apr-05 21:54 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
22491714-Apr-05 22:55
22491714-Apr-05 22:55 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
ugur_basak14-Apr-05 23:15
ugur_basak14-Apr-05 23:15 
GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
Michael Dunn15-Apr-05 6:05
sitebuilderMichael Dunn15-Apr-05 6:05 
Add accelerators for Ctrl+C, Ctrl+V, and any other keys you want. The AppWizards make Edit menu commands with IDs of (I think) ID_EDIT_COPY, ID_EDIT_PASTE, and so on, so use those same IDs for the accelerators and add command handlers using those IDs as well. Then the menus and accelerators will go through the same handler.

--Mike--
Visual C++ MVP Cool | :cool:
LINKS~! Ericahist | 1ClickPicGrabber | CP SearchBar v2.0.2 | C++ Forum FAQ
Strange things are afoot at the U+004B U+20DD

GeneralRe: Cant use Ctrl+C like commands with CFormView Pin
ugur_basak15-Apr-05 20:36
ugur_basak15-Apr-05 20:36 
GeneralLine Selection Pin
javi_jmc14-Apr-05 21:51
javi_jmc14-Apr-05 21:51 
GeneralRe: Line Selection Pin
Cedric Moonen14-Apr-05 22:12
Cedric Moonen14-Apr-05 22:12 
GeneralRe: Line Selection Pin
javi_jmc14-Apr-05 23:28
javi_jmc14-Apr-05 23:28 
GeneralRe: Line Selection Pin
Cedric Moonen14-Apr-05 23:38
Cedric Moonen14-Apr-05 23:38 
GeneralRe: Line Selection Pin
22491714-Apr-05 23:00
22491714-Apr-05 23:00 
Generali am stuck! Pin
namaskaaram14-Apr-05 21:05
namaskaaram14-Apr-05 21:05 
GeneralRe: i am stuck! Pin
ThatsAlok14-Apr-05 21:36
ThatsAlok14-Apr-05 21:36 
GeneralRe: i am stuck! Pin
namaskaaram15-Apr-05 0:00
namaskaaram15-Apr-05 0:00 
GeneralEncrypt MS-Access database using vc++ code Pin
nehathoma14-Apr-05 20:48
nehathoma14-Apr-05 20:48 
GeneralRe: Encrypt MS-Access database using vc++ code Pin
22491714-Apr-05 21:00
22491714-Apr-05 21:00 
GeneralRe: Encrypt MS-Access database using vc++ code Pin
nehathoma14-Apr-05 21:10
nehathoma14-Apr-05 21:10 
GeneralRe: Encrypt MS-Access database using vc++ code Pin
22491714-Apr-05 21:28
22491714-Apr-05 21:28 
GeneralSetLayeredWindowAttributes Pin
Anonymous14-Apr-05 20:44
Anonymous14-Apr-05 20:44 
GeneralRe: SetLayeredWindowAttributes Pin
22491714-Apr-05 20:55
22491714-Apr-05 20:55 
GeneralRe: Profiling Pin
Dsakthi15-Apr-05 1:27
Dsakthi15-Apr-05 1:27 
GeneralActiveX Pin
javi_jmc14-Apr-05 19:52
javi_jmc14-Apr-05 19:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.