Click here to Skip to main content
16,018,650 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How can I get Windows installation date ? Pin
Jun Du24-Aug-06 14:17
Jun Du24-Aug-06 14:17 
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 Taebi24-Aug-06 0:50
professionalHamid Taebi24-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 
If you are simply wanting to validate the contents of the edit control when it loses focus, just handle the EN_KILLFOCUS notification. Messing around with the Enter key and/or the EN_CHANGE notification is not necessary. Now if you want the OK button disabled until a valid number is entered in the edit control, that is a different problem requiring a different answer.


"Money talks. When my money starts to talk, I get a bill to shut it up." - Frank

"Judge not by the eye but by the heart." - Native American Proverb


AnswerRe: edit control Pin
bitsNbites23-Aug-06 14:53
bitsNbites23-Aug-06 14:53 
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 Taebi24-Aug-06 0:52
professionalHamid Taebi24-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 

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.