Click here to Skip to main content
15,891,774 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: The background window of CMainFrame Pin
Iain Clarke, Warrior Programmer14-Apr-09 3:38
Iain Clarke, Warrior Programmer14-Apr-09 3:38 
GeneralRe: The background window of CMainFrame Pin
prithaa14-Apr-09 17:44
prithaa14-Apr-09 17:44 
GeneralRe: The background window of CMainFrame Pin
Iain Clarke, Warrior Programmer14-Apr-09 21:46
Iain Clarke, Warrior Programmer14-Apr-09 21:46 
GeneralRe: The background window of CMainFrame Pin
prithaa14-Apr-09 23:11
prithaa14-Apr-09 23:11 
QuestionHow to add Event handler to dynamically created Button Pin
hemlat13-Apr-09 21:34
hemlat13-Apr-09 21:34 
AnswerRe: How to add Event handler to dynamically created Button Pin
fitatc13-Apr-09 21:38
fitatc13-Apr-09 21:38 
GeneralRe: How to add Event handler to dynamically created Button Pin
Hamid_RT13-Apr-09 23:47
Hamid_RT13-Apr-09 23:47 
AnswerRe: How to add Event handler to dynamically created Button [modified] Pin
_AnsHUMAN_ 13-Apr-09 21:38
_AnsHUMAN_ 13-Apr-09 21:38 
one easy way is to create a button at design time, and double click on it to add the handler to know what all is needed..
Otherwise also, it is not a mammoth task. You have to declare a function, define it and add an entry for the button click to the message map.

Also you may be interested ON_CONTROL_RANGE

You need to google first, if you have "It's urgent please" mentioned in your question.
Wink | ;-) _AnShUmAn_

modified on Tuesday, April 14, 2009 4:02 AM

GeneralRe: How to add Event handler to dynamically created Button Pin
hemlat13-Apr-09 23:05
hemlat13-Apr-09 23:05 
AnswerRe: How to add Event handler to dynamically created Button Pin
Hamid_RT13-Apr-09 23:54
Hamid_RT13-Apr-09 23:54 
QuestionHow do I catch the 0xC0000005 Exception? Pin
mildred-frontfree13-Apr-09 21:33
mildred-frontfree13-Apr-09 21:33 
AnswerRe: How do I catch the 0xC0000005 Exception? Pin
_AnsHUMAN_ 13-Apr-09 21:41
_AnsHUMAN_ 13-Apr-09 21:41 
GeneralRe: How do I catch the 0xC0000005 Exception? Pin
mildred-frontfree13-Apr-09 21:44
mildred-frontfree13-Apr-09 21:44 
AnswerRe: How do I catch the 0xC0000005 Exception? Pin
ParagPatel13-Apr-09 23:35
ParagPatel13-Apr-09 23:35 
GeneralRe: How do I catch the 0xC0000005 Exception? Pin
mildred-frontfree13-Apr-09 23:42
mildred-frontfree13-Apr-09 23:42 
QuestionHow to cancel long time drawing Pin
fitatc13-Apr-09 21:31
fitatc13-Apr-09 21:31 
AnswerRe: How to cancel long time drawing Pin
David Crow14-Apr-09 3:11
David Crow14-Apr-09 3:11 
GeneralRe: How to cancel long time drawing Pin
fitatc14-Apr-09 22:31
fitatc14-Apr-09 22:31 
GeneralRe: How to cancel long time drawing Pin
David Crow15-Apr-09 3:02
David Crow15-Apr-09 3:02 
GeneralRe: How to cancel long time drawing Pin
fitatc16-Apr-09 16:31
fitatc16-Apr-09 16:31 
GeneralRe: How to cancel long time drawing Pin
David Crow17-Apr-09 2:23
David Crow17-Apr-09 2:23 
QuestionHow to retrieve bits from a file using MFC Pin
Pankaj D.Dubey13-Apr-09 20:36
Pankaj D.Dubey13-Apr-09 20:36 
AnswerRe: How to retrieve bits from a file using MFC Pin
Cedric Moonen13-Apr-09 20:56
Cedric Moonen13-Apr-09 20:56 
AnswerRe: How to retrieve bits from a file using MFC Pin
KarstenK13-Apr-09 21:13
mveKarstenK13-Apr-09 21:13 
QuestionRegwrite in bat file Pin
p_196013-Apr-09 20:09
p_196013-Apr-09 20:09 

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.