Click here to Skip to main content
15,921,905 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: list in mfc [modified] Pin
Zac Howland21-Jun-06 8:35
Zac Howland21-Jun-06 8:35 
QuestionRe: list in mfc Pin
David Crow21-Jun-06 9:11
David Crow21-Jun-06 9:11 
AnswerRe: list in mfc Pin
led mike21-Jun-06 10:19
led mike21-Jun-06 10:19 
AnswerRe: list in mfc Pin
Hamid_RT21-Jun-06 19:31
Hamid_RT21-Jun-06 19:31 
QuestionDouble to String Pin
Max++21-Jun-06 6:59
Max++21-Jun-06 6:59 
AnswerRe: Double to String Pin
Greg Daye21-Jun-06 7:04
Greg Daye21-Jun-06 7:04 
AnswerRe: Double to String Pin
Jun Du21-Jun-06 7:08
Jun Du21-Jun-06 7:08 
AnswerRe: Double to String Pin
Hamid_RT21-Jun-06 19:25
Hamid_RT21-Jun-06 19:25 
or see here
<br />
	double y = 1230.01;<br />
	CString strxx;<br />
	strxx.Format("%lf", y );<br />
	MessageBox(strxx);<br />



whitesky


QuestionMFC CfileDialog Pin
Manjunath S21-Jun-06 6:38
Manjunath S21-Jun-06 6:38 
QuestionRe: MFC CfileDialog Pin
David Crow21-Jun-06 6:50
David Crow21-Jun-06 6:50 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:20
Manjunath S21-Jun-06 7:20 
AnswerRe: MFC CfileDialog Pin
led mike21-Jun-06 7:33
led mike21-Jun-06 7:33 
GeneralRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:42
Manjunath S21-Jun-06 7:42 
QuestionRe: MFC CfileDialog Pin
David Crow21-Jun-06 7:37
David Crow21-Jun-06 7:37 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 7:47
Manjunath S21-Jun-06 7:47 
AnswerRe: MFC CfileDialog Pin
Justin Tay21-Jun-06 7:53
Justin Tay21-Jun-06 7:53 
AnswerRe: MFC CfileDialog Pin
David Crow21-Jun-06 7:58
David Crow21-Jun-06 7:58 
AnswerRe: MFC CfileDialog Pin
Zac Howland21-Jun-06 8:52
Zac Howland21-Jun-06 8:52 
QuestionRe: MFC CfileDialog Pin
Manjunath S21-Jun-06 19:48
Manjunath S21-Jun-06 19:48 
AnswerRe: MFC CfileDialog Pin
Zac Howland22-Jun-06 3:35
Zac Howland22-Jun-06 3:35 
QuestionRe: MFC CfileDialog Pin
Hamid_RT21-Jun-06 19:22
Hamid_RT21-Jun-06 19:22 
QuestionSetting language used for menus/dialogs (UI language) Pin
fourierman21-Jun-06 6:33
fourierman21-Jun-06 6:33 
QuestionSDI MFC APP -- Change title Pin
tingu21-Jun-06 6:00
tingu21-Jun-06 6:00 
AnswerRe: SDI MFC APP -- Change title Pin
led mike21-Jun-06 6:34
led mike21-Jun-06 6:34 
AnswerRe: SDI MFC APP -- Change title Pin
James R. Twine21-Jun-06 6:38
James R. Twine21-Jun-06 6:38 

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.