Click here to Skip to main content
15,891,751 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
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 
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 
Code-o-mat wrote:
[edit] I did some experimenting, it seems that the local menu is displayed when you release the "VKMENU key" so my guess is that you catch the keydown event, bring up the edit field, set the focus to it, and then when the key is released then the keyup events goes to your edit box and tadaa, it displays the menu. Maybe try displaying your box on keyup instead of keydown if that workds for you.


That is exactly what happens! Good answer. So either i swalow the VKMENU in the keyup-handler, or i set up the editbox at Keyup. Sounds simple. I'll be back is that's not the solution.

Thanks
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 
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
Randor 30-Mar-10 5:58
professional Randor 30-Mar-10 5:58 
AnswerRe: SendMessage - return value - please translate MS to English for me. Pin
CPallini30-Mar-10 7:10
mveCPallini30-Mar-10 7:10 
AnswerMessage Removed Pin
30-Mar-10 7:47
Vaclav_30-Mar-10 7:47 

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.