Click here to Skip to main content
16,011,947 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help !!!!!! Pin
Naveen12-Mar-01 7:34
Naveen12-Mar-01 7:34 
GeneralRe: Help !!!!!! Pin
Erik Funkenbusch12-Mar-01 11:10
Erik Funkenbusch12-Mar-01 11:10 
GeneralRe: Help !!!!!! Pin
12-Mar-01 7:34
suss12-Mar-01 7:34 
GeneralNamespace extension with different views Pin
11-Mar-01 23:30
suss11-Mar-01 23:30 
GeneralAbout Linking Error Pin
11-Mar-01 19:42
suss11-Mar-01 19:42 
GeneralRe: About Linking Error Pin
Christian Graus12-Mar-01 9:49
protectorChristian Graus12-Mar-01 9:49 
QuestionCapturing the MM_MCINOTIFY message in MFC app? Pin
11-Mar-01 9:03
suss11-Mar-01 9:03 
AnswerRe: Capturing the MM_MCINOTIFY message in MFC app? Pin
Tim Deveaux11-Mar-01 10:06
Tim Deveaux11-Mar-01 10:06 
Did you specify the window to receive the messages? theApp.m_pMainWnd?

MCI_DGV_PLAY_PARMS mciPlay; 
DWORD dwFlags; 
 
mciPlay.dwCallback = MAKELONG(hwnd, 0); 
dwFlags = MCI_NOTIFY; 
 
mciSendCommand(wMCIDeviceID, MCI_PLAY, dwFlags, (DWORD)(LPSTR)&mciPlay); 


If so, I would think what you are doing would work - you could even use an ON_MESSAGE macro to trap it. Does it arrive in PreTranslateMessage?
GeneralRe: Capturing the MM_MCINOTIFY message in MFC app? Pin
11-Mar-01 10:13
suss11-Mar-01 10:13 
GeneralCFontDialog ... Pin
Hadi Rezaee11-Mar-01 8:52
Hadi Rezaee11-Mar-01 8:52 
GeneralRe: CFontDialog ... Pin
Christian Graus11-Mar-01 9:28
protectorChristian Graus11-Mar-01 9:28 
GeneralRe: CFontDialog ... Pin
Hadi Rezaee11-Mar-01 16:00
Hadi Rezaee11-Mar-01 16:00 
Generalmulticolor text in CEdit control Pin
11-Mar-01 6:32
suss11-Mar-01 6:32 
GeneralRe: multicolor text in CEdit control Pin
Christian Graus11-Mar-01 9:32
protectorChristian Graus11-Mar-01 9:32 
GeneralRe: multicolor text in CEdit control Pin
James R. Twine12-Mar-01 4:13
James R. Twine12-Mar-01 4:13 
GeneralRe: multicolor text in CEdit control Pin
Christian Graus12-Mar-01 9:18
protectorChristian Graus12-Mar-01 9:18 
GeneralRe: multicolor text in CEdit control Pin
11-Mar-01 10:09
suss11-Mar-01 10:09 
QuestionWhy does a dialog w/o titlebar show a BLANK rect in taskbar when run? Pin
11-Mar-01 6:06
suss11-Mar-01 6:06 
QuestionWhy does a dialog w/o titlebar show a BLANK rect in taskbar when run? Pin
11-Mar-01 6:06
suss11-Mar-01 6:06 
AnswerRe: Why does a dialog w/o titlebar show a BLANK rect in taskbar when run? Pin
Tim Deveaux11-Mar-01 8:39
Tim Deveaux11-Mar-01 8:39 
GeneralChanging font in CEdit Control Pin
10-Mar-01 21:04
suss10-Mar-01 21:04 
GeneralRe: Changing font in CEdit Control Pin
l a u r e n11-Mar-01 2:50
l a u r e n11-Mar-01 2:50 
Generalwriting data to a file Pin
10-Mar-01 16:50
suss10-Mar-01 16:50 
GeneralRe: writing data to a file Pin
l a u r e n11-Mar-01 2:45
l a u r e n11-Mar-01 2:45 
Generalwriting data to a file Pin
10-Mar-01 16:50
suss10-Mar-01 16:50 

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.