Click here to Skip to main content
15,914,419 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to automate VC++ builds Pin
Matthew Faithfull12-Feb-08 4:22
Matthew Faithfull12-Feb-08 4:22 
GeneralRe: How to automate VC++ builds Pin
jhwurmbach12-Feb-08 4:57
jhwurmbach12-Feb-08 4:57 
GeneralRe: How to automate VC++ builds Pin
Matthew Faithfull12-Feb-08 6:04
Matthew Faithfull12-Feb-08 6:04 
GeneralRe: How to automate VC++ builds Pin
cagespear12-Feb-08 17:30
cagespear12-Feb-08 17:30 
Generalwhen i click close button goes to tray Pin
guru moorthy.k11-Feb-08 22:54
guru moorthy.k11-Feb-08 22:54 
NewsRe: when i click close button goes to tray Pin
Rajesh R Subramanian11-Feb-08 23:19
professionalRajesh R Subramanian11-Feb-08 23:19 
GeneralUpdate Edit box data Pin
piul11-Feb-08 22:29
piul11-Feb-08 22:29 
GeneralRe: Update Edit box data [modified] Pin
Rajesh R Subramanian11-Feb-08 22:38
professionalRajesh R Subramanian11-Feb-08 22:38 
Call UpdateData(true) before you read value from the control and update the member variable. Call UpdateData(false) before you update the control on the screen to reflect the value of the member variable.
UpdateData(true);
m_edit2 = m_edit1;
UpdateData(false);

Remember that UpdateData() will update the state of every other control and member in your dialog as well. Smile | :)


Nobody can give you wiser advice than yourself. - Cicero
.·´¯`·->Rajesh<-·´¯`·.
Codeproject.com: Visual C++ MVP

modified on Tuesday, February 12, 2008 4:49 AM

GeneralRe: Update Edit box data Pin
CPallini11-Feb-08 23:01
mveCPallini11-Feb-08 23:01 
GeneralRe: Update Edit box data Pin
piul11-Feb-08 23:08
piul11-Feb-08 23:08 
Questioninbuild function for hexa to decimal convertion? Pin
lgatcodeproject11-Feb-08 22:25
lgatcodeproject11-Feb-08 22:25 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
Cedric Moonen11-Feb-08 22:46
Cedric Moonen11-Feb-08 22:46 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
lgatcodeproject11-Feb-08 23:21
lgatcodeproject11-Feb-08 23:21 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
CPallini11-Feb-08 23:34
mveCPallini11-Feb-08 23:34 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
Cedric Moonen11-Feb-08 23:36
Cedric Moonen11-Feb-08 23:36 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
lgatcodeproject12-Feb-08 0:03
lgatcodeproject12-Feb-08 0:03 
GeneralRe: inbuild function for hexa to decimal convertion? Pin
CPallini12-Feb-08 0:24
mveCPallini12-Feb-08 0:24 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
Iain Clarke, Warrior Programmer11-Feb-08 22:48
Iain Clarke, Warrior Programmer11-Feb-08 22:48 
AnswerRe: inbuild function for hexa to decimal convertion? Pin
CPallini11-Feb-08 22:52
mveCPallini11-Feb-08 22:52 
GeneralLink Problem... Pin
DSPCottage11-Feb-08 20:07
DSPCottage11-Feb-08 20:07 
GeneralRe: Link Problem... Pin
ShilpiP11-Feb-08 20:19
ShilpiP11-Feb-08 20:19 
GeneralRe: Link Problem... Pin
king'ori11-Feb-08 23:59
king'ori11-Feb-08 23:59 
QuestionMulti Vector Array Pin
Programm3r11-Feb-08 19:29
Programm3r11-Feb-08 19:29 
GeneralRe: Multi Vector Array Pin
ThatsAlok11-Feb-08 20:06
ThatsAlok11-Feb-08 20:06 
GeneralRe: Multi Vector Array Pin
Programm3r11-Feb-08 22:34
Programm3r11-Feb-08 22:34 

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.