Click here to Skip to main content
15,891,316 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Visual C++ profiler? Pin
Saqib Razzaq20-Jun-03 12:28
Saqib Razzaq20-Jun-03 12:28 
GeneralRe: Visual C++ profiler? Pin
Marcus Spitzmiller20-Jun-03 15:43
Marcus Spitzmiller20-Jun-03 15:43 
QuestionHow to replace default keys behaivour in Edit control Pin
Saqib Razzaq20-Jun-03 10:42
Saqib Razzaq20-Jun-03 10:42 
AnswerRe: How to replace default keys behaivour in Edit control Pin
User 665820-Jun-03 10:48
User 665820-Jun-03 10:48 
GeneralRe: How to replace default keys behaivour in Edit control Pin
Saqib Razzaq20-Jun-03 11:12
Saqib Razzaq20-Jun-03 11:12 
GeneralRe: How to replace default keys behaivour in Edit control Pin
User 665820-Jun-03 11:23
User 665820-Jun-03 11:23 
GeneralSerialize Pin
Anthony988720-Jun-03 10:12
Anthony988720-Jun-03 10:12 
GeneralRe: Serialize Pin
Saqib Razzaq20-Jun-03 10:30
Saqib Razzaq20-Jun-03 10:30 
Whenever you want text to appear on new line in file, use "\r\n" in a char type array or CString.

e.g. CString m_strLines;
m_strLines = "Line1.\r\nLine2\r\n";

I am not clear about the garbage that appeared in the file. Does the garbage characters appear at the end of your data or your data is not saved at all?
GeneralRe: Serialize Pin
Anthony988720-Jun-03 10:40
Anthony988720-Jun-03 10:40 
GeneralRe: Serialize Pin
basementman20-Jun-03 11:03
basementman20-Jun-03 11:03 
QuestionIs this possible? Pin
User 988520-Jun-03 9:38
User 988520-Jun-03 9:38 
AnswerRe: Is this possible? Pin
valikac20-Jun-03 10:48
valikac20-Jun-03 10:48 
GeneralSeraching a key(s) in ODBC Pin
Scozturk20-Jun-03 8:28
professionalScozturk20-Jun-03 8:28 
GeneralRe: Seraching a key(s) in ODBC Pin
Jeremy Falcon20-Jun-03 9:18
professionalJeremy Falcon20-Jun-03 9:18 
GeneralRe: Seraching a key(s) in ODBC Pin
Scozturk20-Jun-03 23:15
professionalScozturk20-Jun-03 23:15 
Questionhow to read first 4 bytes of the file in hex?? Pin
pnpfriend20-Jun-03 8:02
pnpfriend20-Jun-03 8:02 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
David Crow20-Jun-03 8:13
David Crow20-Jun-03 8:13 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
Johnny ²20-Jun-03 8:15
Johnny ²20-Jun-03 8:15 
AnswerRe: how to read first 4 bytes of the file in hex?? Pin
Dominik Reichl20-Jun-03 9:02
Dominik Reichl20-Jun-03 9:02 
GeneralDC size constraints Pin
alex.barylski20-Jun-03 7:21
alex.barylski20-Jun-03 7:21 
GeneralRe: DC size constraints Pin
Ryan Binns20-Jun-03 16:22
Ryan Binns20-Jun-03 16:22 
GeneralFont rotation question Pin
alex.barylski20-Jun-03 7:14
alex.barylski20-Jun-03 7:14 
Generalchange text color of a disabled CComboBox Pin
tomc20-Jun-03 7:00
tomc20-Jun-03 7:00 
GeneralRe: change text color of a disabled CComboBox Pin
alex.barylski20-Jun-03 7:07
alex.barylski20-Jun-03 7:07 
GeneralRe: change text color of a disabled CComboBox Pin
basementman20-Jun-03 9:06
basementman20-Jun-03 9:06 

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.