Click here to Skip to main content
16,017,333 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Help Workshop question Pin
Iain Clarke, Warrior Programmer9-Nov-08 21:56
Iain Clarke, Warrior Programmer9-Nov-08 21:56 
GeneralRe: Help Workshop question Pin
Ahmed Charfeddine9-Nov-08 21:59
Ahmed Charfeddine9-Nov-08 21:59 
Questionclosing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 20:31
Dhiraj kumar Saini9-Nov-08 20:31 
AnswerRe: closing of a dialog box on button click problem! Pin
_AnsHUMAN_ 9-Nov-08 20:36
_AnsHUMAN_ 9-Nov-08 20:36 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 20:41
Dhiraj kumar Saini9-Nov-08 20:41 
GeneralRe: closing of a dialog box on button click problem! Pin
_AnsHUMAN_ 9-Nov-08 20:47
_AnsHUMAN_ 9-Nov-08 20:47 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 20:59
Dhiraj kumar Saini9-Nov-08 20:59 
GeneralRe: closing of a dialog box on button click problem! Pin
_AnsHUMAN_ 9-Nov-08 21:19
_AnsHUMAN_ 9-Nov-08 21:19 
In the same manner in which you handle other messages like WM_PAINT etc.... Write a OnKillFocus handler function for WM_KILLFOCUS and a corresponding entry should be added in the message map. Also do not forget to declare the function in the header file and then implement in the cpp file for your dialog that pops up

Somethings seem HARD to do, until we know how to do them.
Wink | ;-) _AnShUmAn_

GeneralRe: closing of a dialog box on button click problem! Pin
SandipG 9-Nov-08 21:26
SandipG 9-Nov-08 21:26 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 22:23
Dhiraj kumar Saini9-Nov-08 22:23 
GeneralRe: closing of a dialog box on button click problem! Pin
enhzflep9-Nov-08 22:30
enhzflep9-Nov-08 22:30 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 22:50
Dhiraj kumar Saini9-Nov-08 22:50 
GeneralRe: closing of a dialog box on button click problem! Pin
enhzflep9-Nov-08 22:57
enhzflep9-Nov-08 22:57 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini9-Nov-08 23:05
Dhiraj kumar Saini9-Nov-08 23:05 
GeneralRe: closing of a dialog box on button click problem! Pin
Iain Clarke, Warrior Programmer10-Nov-08 0:00
Iain Clarke, Warrior Programmer10-Nov-08 0:00 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini10-Nov-08 0:52
Dhiraj kumar Saini10-Nov-08 0:52 
GeneralRe: closing of a dialog box on button click problem! Pin
Iain Clarke, Warrior Programmer10-Nov-08 1:20
Iain Clarke, Warrior Programmer10-Nov-08 1:20 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini10-Nov-08 2:00
Dhiraj kumar Saini10-Nov-08 2:00 
AnswerRe: closing of a dialog box on button click problem! Pin
David Crow10-Nov-08 3:23
David Crow10-Nov-08 3:23 
GeneralRe: closing of a dialog box on button click problem! Pin
Dhiraj kumar Saini10-Nov-08 18:14
Dhiraj kumar Saini10-Nov-08 18:14 
QuestionRe: closing of a dialog box on button click problem! Pin
David Crow11-Nov-08 3:23
David Crow11-Nov-08 3:23 
QuestionGet System Fixed Drive Pin
cpvc++9-Nov-08 18:47
cpvc++9-Nov-08 18:47 
AnswerRe: Get System Fixed Drive Pin
Hamid_RT9-Nov-08 20:16
Hamid_RT9-Nov-08 20:16 
QuestionRe: Get System Fixed Drive Pin
David Crow10-Nov-08 3:24
David Crow10-Nov-08 3:24 
QuestionHelp please Pin
dtaylor019-Nov-08 18:31
dtaylor019-Nov-08 18:31 

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.