Click here to Skip to main content
15,893,814 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: error C2664 Pin
002comp31-Mar-10 2:14
002comp31-Mar-10 2:14 
GeneralRe: error C2664 Pin
KingsGambit31-Mar-10 2:18
KingsGambit31-Mar-10 2:18 
GeneralRe: error C2664 Pin
002comp31-Mar-10 2:28
002comp31-Mar-10 2:28 
GeneralRe: error C2664 Pin
Emilio Garavaglia30-Mar-10 23:57
Emilio Garavaglia30-Mar-10 23:57 
AnswerRe: error C2664 Pin
arun_pk30-Mar-10 23:26
arun_pk30-Mar-10 23:26 
QuestionCan the OnSelchange event of the combo box be accessed in any other page Pin
hansrajlal30-Mar-10 21:00
hansrajlal30-Mar-10 21:00 
AnswerRe: Can the OnSelchange event of the combo box be accessed in any other page Pin
CPallini30-Mar-10 21:23
mveCPallini30-Mar-10 21:23 
QuestionTree View control - Coloum rearrange Pin
arun_pk30-Mar-10 20:18
arun_pk30-Mar-10 20:18 
AnswerRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 22:53
Eugen Podsypalnikov30-Mar-10 22:53 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:14
arun_pk30-Mar-10 23:14 
GeneralRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 23:25
Eugen Podsypalnikov30-Mar-10 23:25 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:36
arun_pk30-Mar-10 23:36 
GeneralRe: Tree View control - Coloum rearrange Pin
Eugen Podsypalnikov30-Mar-10 23:40
Eugen Podsypalnikov30-Mar-10 23:40 
GeneralRe: Tree View control - Coloum rearrange Pin
arun_pk30-Mar-10 23:46
arun_pk30-Mar-10 23:46 
QuestionHow I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 7:55
moh.hijjawi30-Mar-10 7:55 
AnswerRe: How I can make my MFC dialoge application workable online? Pin
LunaticFringe30-Mar-10 9:08
LunaticFringe30-Mar-10 9:08 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 9:28
moh.hijjawi30-Mar-10 9:28 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
LunaticFringe30-Mar-10 9:44
LunaticFringe30-Mar-10 9:44 
AnswerRe: How I can make my MFC dialoge application workable online? Pin
Maximilien30-Mar-10 9:55
Maximilien30-Mar-10 9:55 
GeneralRe: How I can make my MFC dialoge application workable online? Pin
moh.hijjawi30-Mar-10 11:27
moh.hijjawi30-Mar-10 11:27 
QuestionRightclick and vkmenu in an editbox Pin
Rozis30-Mar-10 7:26
Rozis30-Mar-10 7:26 
What i try to acomplish: when the user presses VKMENU a textbox is shown. This works fine with one problem. When the editbox is shown it immidiatly also shows a contextmenu containing options for cut, paste, copy and so on.

This contextmenu is also shown when you rightclick in the editbox or press vkmenu while you are in the editbox. This is standard windows behaviour.

It seems that the key that triggers the code to show the editbox (vkmenu) is somehow routed to the editbox. My question: how to prevend this?

Note: When the user presses vkmenu while IN the editbox the contextmenu must still be presented.
Note2: When i change the code so that for example Alt-space will show the editbox the problem disappears, but that is not a solution in my case.
Note3: I've been experimenting with the returnvalue of the dispatcher, without any succes so far.

Any suggestions?
AnswerRe: Rightclick and vkmenu in an editbox Pin
Code-o-mat31-Mar-10 0:07
Code-o-mat31-Mar-10 0:07 
GeneralRe: Rightclick and vkmenu in an editbox Pin
Rozis31-Mar-10 1:39
Rozis31-Mar-10 1:39 
QuestionMessage Removed Pin
30-Mar-10 5:44
Vaclav_30-Mar-10 5:44 
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
David Crow30-Mar-10 5:52
David Crow30-Mar-10 5: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.