Click here to Skip to main content
15,902,938 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter7-Jan-10 8:38
Adnan Merter7-Jan-10 8:38 
GeneralRe: Sleep less than 1 ms Pin
Emilio Garavaglia7-Jan-10 19:58
Emilio Garavaglia7-Jan-10 19:58 
AnswerRe: Sleep less than 1 ms Pin
softwaremonkey6-Jan-10 11:49
softwaremonkey6-Jan-10 11:49 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter7-Jan-10 8:36
Adnan Merter7-Jan-10 8:36 
GeneralRe: Sleep less than 1 ms Pin
Adnan Merter7-Jan-10 9:53
Adnan Merter7-Jan-10 9:53 
GeneralRe: Sleep less than 1 ms Pin
softwaremonkey7-Jan-10 11:32
softwaremonkey7-Jan-10 11:32 
QuestionHow to send a msg between MainFrame and a view? Pin
Software20075-Jan-10 5:57
Software20075-Jan-10 5:57 
AnswerRe: How to send a msg between MainFrame and a view? Pin
Richard MacCutchan5-Jan-10 9:31
mveRichard MacCutchan5-Jan-10 9:31 
I'm not sure why you need to override PreTranslate(). Why not just add the SendMessage() or PostMessage() in the code that handles the mouse clicks? Also if you have message conflicts then use one of the values reserved for applications - WM_USER + x.
GeneralRe: How to send a msg between MainFrame and a view? Pin
Software20075-Jan-10 9:51
Software20075-Jan-10 9:51 
GeneralRe: How to send a msg between MainFrame and a view? Pin
Richard MacCutchan5-Jan-10 9:59
mveRichard MacCutchan5-Jan-10 9:59 
GeneralRe: How to send a msg between MainFrame and a view? Pin
Software20075-Jan-10 10:02
Software20075-Jan-10 10:02 
GeneralRe: How to send a msg between MainFrame and a view? Pin
Richard MacCutchan5-Jan-10 10:50
mveRichard MacCutchan5-Jan-10 10:50 
GeneralRe: How to send a msg between MainFrame and a view? Pin
Software20076-Jan-10 2:30
Software20076-Jan-10 2:30 
GeneralRe: How to send a msg between MainFrame and a view? Pin
Richard MacCutchan6-Jan-10 3:48
mveRichard MacCutchan6-Jan-10 3:48 
QuestionRe-drawing Transparent Bitmap - Strange Behavior Pin
softwaremonkey5-Jan-10 5:05
softwaremonkey5-Jan-10 5:05 
AnswerRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
Cedric Moonen5-Jan-10 8:28
Cedric Moonen5-Jan-10 8:28 
GeneralRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
softwaremonkey5-Jan-10 8:42
softwaremonkey5-Jan-10 8:42 
GeneralRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
Cedric Moonen5-Jan-10 9:14
Cedric Moonen5-Jan-10 9:14 
GeneralRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
softwaremonkey5-Jan-10 9:31
softwaremonkey5-Jan-10 9:31 
GeneralRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
Rozis6-Jan-10 10:15
Rozis6-Jan-10 10:15 
GeneralRe: Re-drawing Transparent Bitmap - Strange Behavior Pin
softwaremonkey6-Jan-10 11:39
softwaremonkey6-Jan-10 11:39 
QuestionEditCtrl Pin
kumar sanghvi5-Jan-10 2:27
kumar sanghvi5-Jan-10 2:27 
AnswerRe: EditCtrl Pin
CPallini5-Jan-10 2:42
mveCPallini5-Jan-10 2:42 
Questionhow to get a hidden file extensions? Pin
nenfa5-Jan-10 1:33
nenfa5-Jan-10 1:33 
QuestionRe: how to get a hidden file extensions? Pin
CPallini5-Jan-10 2:26
mveCPallini5-Jan-10 2:26 

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.