Click here to Skip to main content
15,893,564 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionworking with CTreeView derived class Pin
Kiran Pinjala23-Aug-06 8:06
Kiran Pinjala23-Aug-06 8:06 
AnswerRe: working with CTreeView derived class Pin
valikac23-Aug-06 9:46
valikac23-Aug-06 9:46 
AnswerRe: working with CTreeView derived class Pin
Hamid_RT24-Aug-06 0:50
Hamid_RT24-Aug-06 0:50 
Questionedit control Pin
kumar_mk23-Aug-06 7:53
kumar_mk23-Aug-06 7:53 
AnswerRe: edit control Pin
koloporanistka23-Aug-06 8:37
koloporanistka23-Aug-06 8:37 
AnswerRe: edit control Pin
eusto23-Aug-06 10:16
eusto23-Aug-06 10:16 
AnswerRe: edit control Pin
David Crow23-Aug-06 10:27
David Crow23-Aug-06 10:27 
AnswerRe: edit control Pin
bitsNbites23-Aug-06 14:53
bitsNbites23-Aug-06 14:53 
I have noticed that the on-kill-focus is not called for cases where the focus really doesn't leave the control, for example clicking on an icon or perhaps when you press the enter key? What I have done is to force a focus change. The first statement you should have within your method called by the enter click is to set focus somewhere. See if this then calls you on-kill-focus method for the edit box.

If only I had more time!

QuestionTaking up MFC Pin
MayankT23-Aug-06 6:06
MayankT23-Aug-06 6:06 
AnswerRe: Taking up MFC Pin
Rage23-Aug-06 6:57
professionalRage23-Aug-06 6:57 
AnswerRe: Taking up MFC Pin
Christian Graus23-Aug-06 12:04
protectorChristian Graus23-Aug-06 12:04 
AnswerRe: Taking up MFC Pin
BlitzPackage23-Aug-06 13:14
BlitzPackage23-Aug-06 13:14 
GeneralRe: Taking up MFC Pin
MayankT24-Aug-06 7:10
MayankT24-Aug-06 7:10 
GeneralRe: Taking up MFC Pin
BlitzPackage24-Aug-06 7:39
BlitzPackage24-Aug-06 7:39 
QuestionOnCtlColor Pin
Anthony988723-Aug-06 5:50
Anthony988723-Aug-06 5:50 
AnswerRe: OnCtlColor Pin
Wes Aday23-Aug-06 7:08
professionalWes Aday23-Aug-06 7:08 
AnswerRe: OnCtlColor Pin
Hamid_RT24-Aug-06 0:52
Hamid_RT24-Aug-06 0:52 
AnswerRe: Dynamic display and properties of UI controls from external data Pin
Jun Du23-Aug-06 7:48
Jun Du23-Aug-06 7:48 
Questionhow to validate the special characters Pin
reddy harish23-Aug-06 5:27
reddy harish23-Aug-06 5:27 
AnswerRe: how to validate the special characters Pin
Sebastian Schneider23-Aug-06 5:40
Sebastian Schneider23-Aug-06 5:40 
AnswerRe: how to validate the special characters Pin
David Crow23-Aug-06 6:18
David Crow23-Aug-06 6:18 
QuestionCustom owned control going inactive Pin
Graham Reeds23-Aug-06 4:49
Graham Reeds23-Aug-06 4:49 
QuestionUSB gamepad commands in C++ Pin
xkrja23-Aug-06 4:47
xkrja23-Aug-06 4:47 
AnswerRe: USB gamepad commands in C++ Pin
Matt Godbolt23-Aug-06 4:55
Matt Godbolt23-Aug-06 4:55 
AnswerRe: USB gamepad commands in C++ Pin
Cedric Moonen23-Aug-06 4:59
Cedric Moonen23-Aug-06 4:59 

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.