Click here to Skip to main content
15,895,557 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 10:11
suss25-Oct-01 10:11 
GeneralRe: Menu message handler wont work! Pin
Tomasz Sowinski25-Oct-01 10:16
Tomasz Sowinski25-Oct-01 10:16 
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 10:22
suss25-Oct-01 10:22 
GeneralRe: Menu message handler wont work! Pin
Christian Graus25-Oct-01 10:05
protectorChristian Graus25-Oct-01 10:05 
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 10:17
suss25-Oct-01 10:17 
GeneralRe: Menu message handler wont work! Pin
Christian Graus25-Oct-01 10:30
protectorChristian Graus25-Oct-01 10:30 
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 10:38
suss25-Oct-01 10:38 
GeneralRe: Menu message handler wont work! Pin
Christian Graus25-Oct-01 10:46
protectorChristian Graus25-Oct-01 10:46 
I understand what you've done, I want to know if you search all files for the ID_FILE_LISTEN, what comes up. You should have al ine like this in the header:

afx_msg void OnFileListen();


and in your .cpp file

BEGIN_MESSAGE_MAP(CMyView, CView)
	//{{AFX_MSG_MAP(CMovieDatabaseView)
	ON_COMMAND(ID_FILE_LISTEN, OnFileListen)
// edited for brevity
END_MESSAGE_MAP()


These are what links the message to the command, are they there ?

As to being frustrated, I can appreciate that, but I'm right here trying to help, and Tomasz also seems to be online, so there is no reason to keep asking while you wait for our replies, it only clogs up the forum with the same question over and over. If I ask a question and don't get an answer, I usually wait at least a day to ask again.


Christian

After all, there's nothing wrong with an elite as long as I'm allowed to be part of it!! - Mike Burston Oct 23, 2001
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 10:51
suss25-Oct-01 10:51 
GeneralRe: Menu message handler wont work! Pin
Christian Graus25-Oct-01 11:51
protectorChristian Graus25-Oct-01 11:51 
GeneralRe: Menu message handler wont work! Pin
Fazlul Kabir25-Oct-01 12:02
Fazlul Kabir25-Oct-01 12:02 
GeneralRe: Menu message handler wont work! Pin
25-Oct-01 15:23
suss25-Oct-01 15:23 
GeneralRe: Menu message handler wont work! Pin
Christian Graus25-Oct-01 15:32
protectorChristian Graus25-Oct-01 15:32 
GeneralVC++ Pin
25-Oct-01 8:34
suss25-Oct-01 8:34 
GeneralRe: VC++ Pin
Christian Graus25-Oct-01 10:00
protectorChristian Graus25-Oct-01 10:00 
GeneralRe: VC++ Pin
25-Oct-01 10:18
suss25-Oct-01 10:18 
Generaldialog app update windows Pin
25-Oct-01 7:27
suss25-Oct-01 7:27 
GeneralRe: dialog app update windows Pin
Chris Losinger25-Oct-01 7:29
professionalChris Losinger25-Oct-01 7:29 
GeneralRe: dialog app update windows Pin
#realJSOP25-Oct-01 7:29
mve#realJSOP25-Oct-01 7:29 
GeneralRe: dialog app update windows Pin
Carlos Antollini25-Oct-01 8:42
Carlos Antollini25-Oct-01 8:42 
GeneralRe: dialog app update windows Pin
25-Oct-01 9:33
suss25-Oct-01 9:33 
GeneralCreating hands/fingers using OpenGL (w/ C++) Pin
PhiPhi25-Oct-01 6:53
PhiPhi25-Oct-01 6:53 
Generala question about the win2000 lib file.need help Pin
Ding Bing25-Oct-01 6:22
Ding Bing25-Oct-01 6:22 
GeneralRe: a question about the win2000 lib file.need help Pin
Christian Graus25-Oct-01 8:15
protectorChristian Graus25-Oct-01 8:15 
GeneralATL, ActiveX with normal control ( Buttons...) Pin
Braulio Dez25-Oct-01 6:19
Braulio Dez25-Oct-01 6:19 

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.