Click here to Skip to main content
15,881,757 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: handling larg number of data in CStringArray Object. Pin
basementman13-Feb-06 7:31
basementman13-Feb-06 7:31 
AnswerRe: handling larg number of data in CStringArray Object. Pin
David Crow13-Feb-06 10:27
David Crow13-Feb-06 10:27 
AnswerRe: handling larg number of data in CStringArray Object. Pin
Joe Woodbury13-Feb-06 17:51
professionalJoe Woodbury13-Feb-06 17:51 
QuestionTotal Commander in Visual C++ Pin
Adriana Frunza13-Feb-06 6:32
Adriana Frunza13-Feb-06 6:32 
AnswerRe: Total Commander in Visual C++ Pin
toxcct13-Feb-06 6:35
toxcct13-Feb-06 6:35 
GeneralRe: Total Commander in Visual C++ Pin
Adriana Frunza13-Feb-06 6:38
Adriana Frunza13-Feb-06 6:38 
GeneralRe: Total Commander in Visual C++ Pin
toxcct13-Feb-06 6:40
toxcct13-Feb-06 6:40 
QuestionSet CStatic text from a float??? Pin
ldsdbomber13-Feb-06 4:26
ldsdbomber13-Feb-06 4:26 
This is probably a bit embarrassing, but I have set up some static controls with control variables, but I have totally forgotten how to set the text based on a floating point number!

// export version
c_ExportVersion.SetWindowText(version);

works fine, as "version" is just a character string

// fieldwidth
c_BEAMWIDTH.SetWindowText(fieldwidth);

does not work fine, as "fieldwidth" is a floating point number, I've tried going via CString but that didn't work, and sprintf seemed to be the wrong idea too

(eg tried
CString str = fieldwidth;)

I'm sure this is very basic but I've been away from Windows for a while, so am still re-finding my feet.

thanks in advance
AnswerRe: Set CStatic text from a float??? Pin
Cedric Moonen13-Feb-06 4:29
Cedric Moonen13-Feb-06 4:29 
GeneralRe: Set CStatic text from a float??? Pin
ldsdbomber13-Feb-06 5:06
ldsdbomber13-Feb-06 5:06 
AnswerRe: Set CStatic text from a float??? Pin
ThatsAlok14-Feb-06 19:54
ThatsAlok14-Feb-06 19:54 
Questionhow to exchange large string between any prog and dll Pin
tbrake13-Feb-06 3:40
tbrake13-Feb-06 3:40 
AnswerRe: how to exchange large string between any prog and dll Pin
Rage13-Feb-06 3:45
professionalRage13-Feb-06 3:45 
AnswerRe: how to exchange large string between any prog and dll Pin
James R. Twine13-Feb-06 4:12
James R. Twine13-Feb-06 4:12 
GeneralRe: how to exchange large string between any prog and dll Pin
BadKarma13-Feb-06 4:57
BadKarma13-Feb-06 4:57 
JokeRe: how to exchange large string between any prog and dll Pin
James R. Twine13-Feb-06 7:31
James R. Twine13-Feb-06 7:31 
GeneralRe: how to exchange large string between any prog and dll Pin
BadKarma13-Feb-06 8:33
BadKarma13-Feb-06 8:33 
QuestionMulti architecture setup Pin
Allad13-Feb-06 3:30
Allad13-Feb-06 3:30 
QuestionSTL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 2:54
Andre xxxxxxx13-Feb-06 2:54 
AnswerRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 3:04
toxcct13-Feb-06 3:04 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 3:40
Andre xxxxxxx13-Feb-06 3:40 
GeneralRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 3:51
toxcct13-Feb-06 3:51 
GeneralRe: STL in MFC projects, why??? Pin
Andre xxxxxxx13-Feb-06 4:01
Andre xxxxxxx13-Feb-06 4:01 
GeneralRe: STL in MFC projects, why??? Pin
Rob Caldecott13-Feb-06 4:05
Rob Caldecott13-Feb-06 4:05 
GeneralRe: STL in MFC projects, why??? Pin
toxcct13-Feb-06 4:10
toxcct13-Feb-06 4:10 

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.