Click here to Skip to main content
16,005,339 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: serialize Pin
Norrie Taylor21-Feb-03 9:12
Norrie Taylor21-Feb-03 9:12 
GeneralFile read Pin
Kash21-Feb-03 8:09
Kash21-Feb-03 8:09 
GeneralRe: File read Pin
Nitron21-Feb-03 8:16
Nitron21-Feb-03 8:16 
GeneralRe: File read Pin
Kash21-Feb-03 8:28
Kash21-Feb-03 8:28 
GeneralRe: File read Pin
Nitron21-Feb-03 8:35
Nitron21-Feb-03 8:35 
Generalallocating an array of STL iterators Pin
kiken21-Feb-03 7:23
kiken21-Feb-03 7:23 
GeneralRe: allocating an array of STL iterators Pin
Chris Losinger21-Feb-03 8:19
professionalChris Losinger21-Feb-03 8:19 
GeneralEdit control boxes Pin
emrosa21-Feb-03 5:54
emrosa21-Feb-03 5:54 
Hello, I'm developing an interface in visual C++ 6.0...I have some boxes to input data. The program should be able to identify what data was inputted..that is I have three boxes and I just want to change the contents of the third one, if I type twice the tab-key, the contents will be no changed, but if I type something, how can the program know that the contect is being changed, or the contents remaind the same?.

I have tried with the OnkillfocusFUNCTION so to detect that i'm moving from one to another. inside the the function I'm using UpdateData() to retreive the data, but how can i implement the identification of the contents-update without having to ask for a previous value. in code this seems like:

if (field_code != old_value)
//do something
else
//continue

Is there anyother eaier way to do this?

Thanks,

Eric Manuel Rosales Pena Alfaro
PhD student
Unversity of Essex
Wivenhoe Park
Colchester, CO4 3SQ
Essex, Uk
email: emrosa@essex.ac.uk
tel: +44-01206-87311
GeneralRe: Edit control boxes Pin
Steve S21-Feb-03 6:12
Steve S21-Feb-03 6:12 
GeneralRe: Edit control boxes Pin
Valera24117621-Feb-03 10:32
Valera24117621-Feb-03 10:32 
QuestionHow can draw a line in mouse move ? Pin
muna_utkal21-Feb-03 5:36
muna_utkal21-Feb-03 5:36 
AnswerRe: How can draw a line in mouse move ? Pin
Steve S21-Feb-03 6:08
Steve S21-Feb-03 6:08 
GeneralRemoving functions or variables in .NET Pin
IrishSonic21-Feb-03 5:24
IrishSonic21-Feb-03 5:24 
GeneralRe: Removing functions or variables in .NET Pin
dazinith21-Feb-03 5:26
dazinith21-Feb-03 5:26 
GeneralRe: Removing functions or variables in .NET Pin
AlexO21-Feb-03 5:27
AlexO21-Feb-03 5:27 
GeneralAdjust console window width Pin
Aaron Schaefer21-Feb-03 5:18
Aaron Schaefer21-Feb-03 5:18 
GeneralRe: Adjust console window width Pin
Chris Richardson21-Feb-03 7:18
Chris Richardson21-Feb-03 7:18 
QuestionHow do you compile and build in VC 7.0 Pin
Member 13661821-Feb-03 5:04
Member 13661821-Feb-03 5:04 
AnswerRe: How do you compile and build in VC 7.0 Pin
dazinith21-Feb-03 5:27
dazinith21-Feb-03 5:27 
AnswerRe: How do you compile and build in VC 7.0 Pin
valikac21-Feb-03 6:40
valikac21-Feb-03 6:40 
GeneralCopyMemory vs MoveMemory Pin
Abin21-Feb-03 4:57
Abin21-Feb-03 4:57 
GeneralRe: CopyMemory vs MoveMemory Pin
Felix Gartsman21-Feb-03 5:46
Felix Gartsman21-Feb-03 5:46 
GeneralRe: CopyMemory vs MoveMemory Pin
Abin21-Feb-03 15:46
Abin21-Feb-03 15:46 
Generala simple question about references Pin
ns21-Feb-03 4:38
ns21-Feb-03 4:38 
GeneralRe: a simple question about references Pin
Steve S21-Feb-03 4:41
Steve S21-Feb-03 4:41 

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.