Click here to Skip to main content
15,867,308 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionBeginner MFC Dialog Problems Pin
aei_totten30-May-06 5:32
aei_totten30-May-06 5:32 
AnswerRe: Beginner MFC Dialog Problems Pin
Zac Howland30-May-06 5:48
Zac Howland30-May-06 5:48 
GeneralRe: Beginner MFC Dialog Problems Pin
aei_totten30-May-06 8:13
aei_totten30-May-06 8:13 
QuestionRe: Beginner MFC Dialog Problems Pin
Hamid_RT30-May-06 8:44
Hamid_RT30-May-06 8:44 
AnswerRe: Beginner MFC Dialog Problems Pin
aei_totten30-May-06 9:14
aei_totten30-May-06 9:14 
GeneralRe: Beginner MFC Dialog Problems Pin
Eric Dahlvang30-May-06 9:14
Eric Dahlvang30-May-06 9:14 
GeneralRe: Beginner MFC Dialog Problems Pin
Zac Howland30-May-06 9:41
Zac Howland30-May-06 9:41 
QuestionRe: Beginner MFC Dialog Problems Pin
Roger Stoltz30-May-06 5:53
Roger Stoltz30-May-06 5:53 
Is your message handler, OnBnClickedButton, called when you click the button?
Put a breakpoint there and see if your app breaks.

Your message map looks strange to me, but I haven't done VS2005 yet so I don't know what kind of spells the wizard does. Have you edited the message map yourself?
I would like to the following in the message map:
ON_BN_CLICKED( IDC_LOGON_BUTTON, OnBnClickedButton )
where IDC_LOGON_BUTTON is the resource ID of the button and OnBnClickedButton is the function pointer to the message handler.

--
Roger


It's supposed to be hard, otherwise anybody could do it!

Regarding CodeProject: "resistance is pointless; you will be assimilated"

QuestionPOP3 server source Pin
Arman S.30-May-06 5:30
Arman S.30-May-06 5:30 
QuestionHow to place an edit box and dialog box on a window in VC++ dot Net Pin
Ashutosh Bagaria30-May-06 5:28
Ashutosh Bagaria30-May-06 5:28 
AnswerRe: How to place an edit box and dialog box on a window in VC++ dot Net Pin
Chris Losinger30-May-06 6:11
professionalChris Losinger30-May-06 6:11 
QuestionResize based on screen resolution Pin
NYTSX30-May-06 4:33
NYTSX30-May-06 4:33 
AnswerRe: Resize based on screen resolution Pin
Zac Howland30-May-06 5:26
Zac Howland30-May-06 5:26 
AnswerRe: Resize based on screen resolution Pin
Hamid_RT30-May-06 7:55
Hamid_RT30-May-06 7:55 
AnswerRe: Resize based on screen resolution Pin
harilal31-May-06 0:42
harilal31-May-06 0:42 
QuestionReading physical memory Pin
aaaan30-May-06 2:30
aaaan30-May-06 2:30 
AnswerRe: Reading physical memory Pin
toxcct30-May-06 3:05
toxcct30-May-06 3:05 
AnswerRe: Reading physical memory Pin
Chris Losinger30-May-06 3:17
professionalChris Losinger30-May-06 3:17 
AnswerRe: Reading physical memory Pin
Roger Stoltz30-May-06 3:32
Roger Stoltz30-May-06 3:32 
GeneralRe: Reading physical memory Pin
toxcct30-May-06 3:34
toxcct30-May-06 3:34 
GeneralRe: Reading physical memory Pin
Roger Stoltz30-May-06 3:39
Roger Stoltz30-May-06 3:39 
GeneralRe: Reading physical memory Pin
aaaan30-May-06 3:59
aaaan30-May-06 3:59 
AnswerRe: Reading physical memory Pin
Roger Stoltz30-May-06 4:11
Roger Stoltz30-May-06 4:11 
GeneralRe: Reading physical memory Pin
aaaan30-May-06 19:03
aaaan30-May-06 19:03 
GeneralRe: Reading physical memory Pin
Roger Stoltz30-May-06 21:40
Roger Stoltz30-May-06 21:40 

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.