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

C / C++ / MFC

 
Generalkeybd_event question Pin
halblonious27-Aug-03 11:53
halblonious27-Aug-03 11:53 
QuestionWhat is a game engine?? Pin
Snyp27-Aug-03 10:09
Snyp27-Aug-03 10:09 
AnswerRe: What is a game engine?? Pin
Jim Crafton27-Aug-03 10:21
Jim Crafton27-Aug-03 10:21 
AnswerRe: What is a game engine?? Pin
Maximilien27-Aug-03 10:26
Maximilien27-Aug-03 10:26 
GeneralASSERT failure Pin
mr200327-Aug-03 9:13
mr200327-Aug-03 9:13 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 9:53
David Crow27-Aug-03 9:53 
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 10:11
mr200327-Aug-03 10:11 
GeneralRe: ASSERT failure Pin
David Crow27-Aug-03 10:19
David Crow27-Aug-03 10:19 
Problems aren't guaranteed, but they can appear if precautions aren't taken.

http://flounder.com/updatedata.htm

double d1, d2, d3;
CString strText;

strText.Format("", d1);
m_edit1.SetWindowText(strText);

strText.Format("", d2);
m_edit2.SetWindowText(strText);

strText.Format("", d3);
m_edit3.SetWindowText(strText);


is the easiest, most straightforward, and doesn't mess with any of the other controls/variables like UpdateData() does.
GeneralRe: ASSERT failure Pin
mr200327-Aug-03 16:17
mr200327-Aug-03 16:17 
GeneralRe: ASSERT failure Pin
David Crow28-Aug-03 2:11
David Crow28-Aug-03 2:11 
GeneralRe: ASSERT failure Pin
Alvaro Mendez27-Aug-03 10:00
Alvaro Mendez27-Aug-03 10:00 
GeneralRe: ASSERT failure Pin
WebmastaX27-Aug-03 11:29
WebmastaX27-Aug-03 11:29 
GeneralRe: ASSERT failure Pin
vcplusplus27-Aug-03 12:27
vcplusplus27-Aug-03 12:27 
GeneralActive Reports VC++ Implementation Guide Pin
Miguel Lopes27-Aug-03 8:57
Miguel Lopes27-Aug-03 8:57 
GeneralInsert -- OVR Pin
halblonious27-Aug-03 6:58
halblonious27-Aug-03 6:58 
GeneralRe: Insert -- OVR Pin
David Crow27-Aug-03 7:05
David Crow27-Aug-03 7:05 
GeneralRe: Insert -- OVR Pin
halblonious27-Aug-03 9:48
halblonious27-Aug-03 9:48 
Generalexporting dll functions to Excel. Pin
sepia27-Aug-03 6:13
sepia27-Aug-03 6:13 
GeneralRe: exporting dll functions to Excel. Pin
David Crow27-Aug-03 7:06
David Crow27-Aug-03 7:06 
GeneralINI file Pin
act_x27-Aug-03 5:51
act_x27-Aug-03 5:51 
GeneralRe: INI file Pin
Brad Sokol27-Aug-03 6:57
Brad Sokol27-Aug-03 6:57 
GeneralRe: INI file Pin
Alvaro Mendez27-Aug-03 10:03
Alvaro Mendez27-Aug-03 10:03 
GeneralOpening a file to write to Pin
NewHSKid27-Aug-03 5:34
NewHSKid27-Aug-03 5:34 
GeneralRe: Opening a file to write to Pin
PremL27-Aug-03 6:03
PremL27-Aug-03 6:03 
GeneralCTimeSpan usage Pin
JensB27-Aug-03 5:04
JensB27-Aug-03 5:04 

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.