Click here to Skip to main content
15,901,284 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralSelecting elements on a drawing Pin
2-Aug-01 22:09
suss2-Aug-01 22:09 
GeneralRe: Selecting elements on a drawing Pin
3-Aug-01 2:04
suss3-Aug-01 2:04 
QuestionHow to include a MFC DLL in to a project created without MFC ? Pin
Gabriel Ciuloaica2-Aug-01 21:59
Gabriel Ciuloaica2-Aug-01 21:59 
AnswerRe: How to include a MFC DLL in to a project created without MFC ? Pin
3-Aug-01 1:52
suss3-Aug-01 1:52 
GeneralRe: How to include a MFC DLL in to a project created without MFC ? Pin
Gabriel Ciuloaica3-Aug-01 3:38
Gabriel Ciuloaica3-Aug-01 3:38 
GeneralChanging Files icons Pin
Hami2-Aug-01 21:15
Hami2-Aug-01 21:15 
QuestionWhich method of CFile write a new line in text file ? Pin
2-Aug-01 18:25
suss2-Aug-01 18:25 
AnswerRe: Which method of CFile write a new line in text file ? Pin
Michael Martin2-Aug-01 19:12
professionalMichael Martin2-Aug-01 19:12 
Miri

try the following, you need to add Carriage Return and Line Feed characters to the end of the string to get it to create the file in DOS format and not Unix.
CString strMsg = "Line 1\r\nLine 2\r\n";
CFile OutFile;
OutFile.Write(strMsg, strMsg.GetLength());



Michael Martin
Pegasystems Pty Ltd
Australia
martm@pegasystems.com
+61 413-004-018
AnswerRe: Which method of CFile write a new line in text file ? Pin
Bob Groves2-Aug-01 20:36
Bob Groves2-Aug-01 20:36 
GeneralEncode URL data Pin
Winston,Dang2-Aug-01 17:54
Winston,Dang2-Aug-01 17:54 
GeneralThe XP Problem Pin
2-Aug-01 15:17
suss2-Aug-01 15:17 
GeneralRe: The XP Problem Pin
Christian Graus2-Aug-01 16:34
protectorChristian Graus2-Aug-01 16:34 
GeneralRe: The XP Problem Pin
Ben Burnett2-Aug-01 17:24
Ben Burnett2-Aug-01 17:24 
GeneralRe: The XP Problem Pin
7-Aug-01 20:03
suss7-Aug-01 20:03 
GeneralRe: The XP Problem Pin
Jens Kreiensiek7-Aug-01 20:56
Jens Kreiensiek7-Aug-01 20:56 
GeneralStoring WINDOWPLACEMENT in the registry Pin
flurinator2-Aug-01 14:56
flurinator2-Aug-01 14:56 
GeneralRe: Storing WINDOWPLACEMENT in the registry Pin
Michael Dunn2-Aug-01 15:06
sitebuilderMichael Dunn2-Aug-01 15:06 
GeneralRe: Storing WINDOWPLACEMENT in the registry Pin
flurinator2-Aug-01 15:18
flurinator2-Aug-01 15:18 
GeneralRe: Storing WINDOWPLACEMENT in the registry Pin
Christian Graus2-Aug-01 16:35
protectorChristian Graus2-Aug-01 16:35 
GeneralRe: Storing WINDOWPLACEMENT in the registry Pin
[James Pullicino]3-Aug-01 2:08
[James Pullicino]3-Aug-01 2:08 
GeneralUsing child windows in SDI application Pin
JerzyPeter2-Aug-01 14:23
JerzyPeter2-Aug-01 14:23 
GeneralCFrameWnd :: OnBarCheck Pin
Jake Palmer2-Aug-01 13:48
Jake Palmer2-Aug-01 13:48 
GeneralRe: CFrameWnd :: OnBarCheck Pin
Ben Burnett2-Aug-01 16:46
Ben Burnett2-Aug-01 16:46 
GeneralRe: CFrameWnd :: OnBarCheck Pin
Jake Palmer3-Aug-01 7:33
Jake Palmer3-Aug-01 7:33 
GeneralRe: CFrameWnd :: OnBarCheck Pin
Ben Burnett3-Aug-01 8:37
Ben Burnett3-Aug-01 8:37 

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.