Click here to Skip to main content
15,910,009 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: global and static object Pin
Matthew Faithfull9-Apr-08 3:59
Matthew Faithfull9-Apr-08 3:59 
GeneralRe: global and static object Pin
George_George9-Apr-08 15:19
George_George9-Apr-08 15:19 
GeneralRe: global and static object Pin
Matthew Faithfull10-Apr-08 6:21
Matthew Faithfull10-Apr-08 6:21 
GeneralRe: global and static object Pin
George_George10-Apr-08 15:40
George_George10-Apr-08 15:40 
AnswerRe: global and static object Pin
Matthew Faithfull10-Apr-08 23:52
Matthew Faithfull10-Apr-08 23:52 
GeneralRe: global and static object Pin
George_George11-Apr-08 22:40
George_George11-Apr-08 22:40 
GeneralPassing Continous Values between dialogs Pin
Chandrasekharan P7-Apr-08 23:26
Chandrasekharan P7-Apr-08 23:26 
GeneralRe: Passing Continous Values between dialogs Pin
Iain Clarke, Warrior Programmer7-Apr-08 23:29
Iain Clarke, Warrior Programmer7-Apr-08 23:29 
Chandrasekharanp wrote:
but nothing is displaying on the edit box.


Why would it? All you're doing is changing a variable. Windows / MFC is not psychic enough to know that variable should be put into some control on a dialog box.

m_realtime.UpdateData (FALSE); will call that dialog DoDataExchange method, which would call any DDX_etc lines of code put in there by codewizard (or yourself) to transfer variables to controls.

Iain.

Iain Clarke appears because CPallini still cares.

GeneralRe: Passing Continous Values between dialogs Pin
Hamid_RT8-Apr-08 22:00
Hamid_RT8-Apr-08 22:00 
GeneralProblem of resizing control. Pin
Le@rner7-Apr-08 21:37
Le@rner7-Apr-08 21:37 
GeneralRe: Problem of resizing control. Pin
Iain Clarke, Warrior Programmer7-Apr-08 23:01
Iain Clarke, Warrior Programmer7-Apr-08 23:01 
GeneralRe: Problem of resizing control. Pin
Hamid_RT8-Apr-08 21:58
Hamid_RT8-Apr-08 21:58 
QuestionMFC Architecture....!!!!??? Pin
nisha000007-Apr-08 20:26
nisha000007-Apr-08 20:26 
AnswerRe: MFC Architecture....!!!!??? Pin
Cedric Moonen7-Apr-08 21:10
Cedric Moonen7-Apr-08 21:10 
AnswerRe: MFC Architecture....!!!!??? Pin
Abhijeet Pathak7-Apr-08 21:23
Abhijeet Pathak7-Apr-08 21:23 
AnswerRe: MFC Architecture....!!!!??? Pin
Sarath C8-Apr-08 0:13
Sarath C8-Apr-08 0:13 
AnswerRe: MFC Architecture....!!!!??? Pin
Mark Salsbery8-Apr-08 6:38
Mark Salsbery8-Apr-08 6:38 
AnswerRe: MFC Architecture....!!!!??? Pin
Hamid_RT8-Apr-08 21:57
Hamid_RT8-Apr-08 21:57 
GeneralExplain the behaviour in c++ and win32 Pin
bibhakar7-Apr-08 18:13
bibhakar7-Apr-08 18:13 
GeneralRe: Explain the behaviour in c++ and win32 Pin
Cedric Moonen7-Apr-08 21:14
Cedric Moonen7-Apr-08 21:14 
JokeAnd... Pin
CPallini7-Apr-08 21:20
mveCPallini7-Apr-08 21:20 
GeneralRe: And... Pin
Cedric Moonen7-Apr-08 21:30
Cedric Moonen7-Apr-08 21:30 
GeneralPGM application Pin
Oluwaseyi Bamigbade7-Apr-08 17:09
Oluwaseyi Bamigbade7-Apr-08 17:09 
Question[Message Deleted] Pin
Joseph Marzbani7-Apr-08 10:33
Joseph Marzbani7-Apr-08 10:33 
QuestionRe: memory leakage when using CRecordset without passing CDatabase object to it Pin
David Crow7-Apr-08 11:00
David Crow7-Apr-08 11:00 

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.