Click here to Skip to main content
15,916,019 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCopy new files on old files in same folder Pin
neha.agarwal273-Apr-08 20:08
neha.agarwal273-Apr-08 20:08 
GeneralRe: Copy new files on old files in same folder Pin
Rajesh R Subramanian3-Apr-08 20:47
professionalRajesh R Subramanian3-Apr-08 20:47 
GeneralRe: Copy new files on old files in same folder [modified] Pin
rp_suman4-Apr-08 2:01
rp_suman4-Apr-08 2:01 
QuestionRe: Copy new files on old files in same folder Pin
David Crow4-Apr-08 2:53
David Crow4-Apr-08 2:53 
QuestionRe: Copy new files on old files in same folder Pin
rp_suman4-Apr-08 3:03
rp_suman4-Apr-08 3:03 
GeneralRe: Copy new files on old files in same folder Pin
Eytukan5-Apr-08 18:15
Eytukan5-Apr-08 18:15 
GeneralRe: Copy new files on old files in same folder Pin
Hamid_RT7-Apr-08 19:59
Hamid_RT7-Apr-08 19:59 
QuestionPostMessage is not received. Pin
Mathias S.3-Apr-08 19:41
Mathias S.3-Apr-08 19:41 
I need some tips on how to find out why this is happening.

I got a workerthread. And when it has added an item to an queue, I post a message to mainframe. (the message has been created with ::RegisterWindowMessage(...) )
using PostMessage( hWndMainFram, MY_MESSAGEID , 0 , 0 );

And in CMainFrame::PreTranslateMessage(...) I trap the message and I pick up the item from the queue, This all work very well. Except in one situation.

If the user are in a menu. If an menu is shown at the same time the postmessage are sent from the workerthread, The message is never recieved in CMainFrame::PreTranslateMessage(...)

Anyone got any ide on how to fix it.

- Mathias S.
GeneralRe: PostMessage is not received. Pin
Nitheesh George4-Apr-08 1:08
Nitheesh George4-Apr-08 1:08 
QuestionRadio Button Query. Pin
cagespear3-Apr-08 18:58
cagespear3-Apr-08 18:58 
QuestionRe: Radio Button Query. [modified] Pin
rp_suman3-Apr-08 19:16
rp_suman3-Apr-08 19:16 
GeneralRe: Radio Button Query. Pin
cagespear3-Apr-08 20:31
cagespear3-Apr-08 20:31 
GeneralRe: Radio Button Query. Pin
Cedric Moonen3-Apr-08 20:49
Cedric Moonen3-Apr-08 20:49 
GeneralRe: Radio Button Query. Pin
cagespear4-Apr-08 0:53
cagespear4-Apr-08 0:53 
GeneralOnInitialUpdate is not working. Pin
Le@rner3-Apr-08 18:26
Le@rner3-Apr-08 18:26 
GeneralRe: OnInitialUpdate is not working. Pin
Nibu babu thomas3-Apr-08 18:33
Nibu babu thomas3-Apr-08 18:33 
QuestionRe: OnInitialUpdate is not working. Pin
David Crow4-Apr-08 3:22
David Crow4-Apr-08 3:22 
Generalsigned to unsigned char conversion Pin
vikramaditya2343-Apr-08 16:53
vikramaditya2343-Apr-08 16:53 
GeneralRe: signed to unsigned char conversion [modified] Pin
Nibu babu thomas3-Apr-08 17:34
Nibu babu thomas3-Apr-08 17:34 
GeneralRe: signed to unsigned char conversion Pin
vikramaditya2343-Apr-08 18:58
vikramaditya2343-Apr-08 18:58 
GeneralRe: signed to unsigned char conversion Pin
Nibu babu thomas3-Apr-08 19:00
Nibu babu thomas3-Apr-08 19:00 
GeneralRe: signed to unsigned char conversion Pin
Rajesh R Subramanian3-Apr-08 21:20
professionalRajesh R Subramanian3-Apr-08 21:20 
GeneralRe: signed to unsigned char conversion Pin
Cedric Moonen3-Apr-08 21:34
Cedric Moonen3-Apr-08 21:34 
GeneralRe: signed to unsigned char conversion Pin
Rajesh R Subramanian3-Apr-08 22:33
professionalRajesh R Subramanian3-Apr-08 22:33 
GeneralRe: signed to unsigned char conversion Pin
Rajesh R Subramanian3-Apr-08 22:39
professionalRajesh R Subramanian3-Apr-08 22:39 

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.