Click here to Skip to main content
16,008,010 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 2:00
Daniel Visan23-Oct-01 2:00 
AnswerRe: Where can i find SDK? Pin
Anders Molin23-Oct-01 0:53
professionalAnders Molin23-Oct-01 0:53 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 1:08
Daniel Visan23-Oct-01 1:08 
AnswerRe: Where can i find SDK? Pin
Steen Krogsgaard23-Oct-01 4:04
Steen Krogsgaard23-Oct-01 4:04 
GeneralRe: Where can i find SDK? Pin
Daniel Visan23-Oct-01 4:13
Daniel Visan23-Oct-01 4:13 
GeneralRe: Where can i find SDK? Pin
Steen Krogsgaard23-Oct-01 4:17
Steen Krogsgaard23-Oct-01 4:17 
GeneralSaving CString to text file Pin
23-Oct-01 0:09
suss23-Oct-01 0:09 
GeneralRe: Saving CString to text file Pin
Christian Graus23-Oct-01 0:40
protectorChristian Graus23-Oct-01 0:40 
The following works perfectly for me, with no extra characters.

file.Write(string.GetBuffer(string.GetLength()), string.GetLength);
string.ReleaseBuffer();


Were you calling GetBuffer, or just passing in the CString ?\


Christian

As I learn the innermost secrets of the around me, they reward me in many ways to keep quiet.

Men with pierced ears are better prepared for marriage. They've experienced pain and bought Jewellery.
GeneralRe: Saving CString to text file Pin
Alvaro Mendez23-Oct-01 8:55
Alvaro Mendez23-Oct-01 8:55 
GeneralRe: Saving CString to text file Pin
23-Oct-01 10:06
suss23-Oct-01 10:06 
GeneralRe: Saving CString to text file Pin
Andrew Peace23-Oct-01 13:10
Andrew Peace23-Oct-01 13:10 
GeneralRe: Saving CString to text file Pin
23-Oct-01 5:12
suss23-Oct-01 5:12 
QuestionHow to save a binary resource file to disk Pin
Xenion23-Oct-01 0:06
Xenion23-Oct-01 0:06 
AnswerRe: How to save a binary resource file to disk Pin
Christian Graus23-Oct-01 0:45
protectorChristian Graus23-Oct-01 0:45 
Generaltextcolor Pin
22-Oct-01 23:46
suss22-Oct-01 23:46 
GeneralRe: textcolor Pin
Christian Graus22-Oct-01 23:51
protectorChristian Graus22-Oct-01 23:51 
GeneralRe: textcolor Pin
24-Oct-01 3:25
suss24-Oct-01 3:25 
QuestionXP will change my user interface? Pin
Joan M22-Oct-01 23:36
professionalJoan M22-Oct-01 23:36 
AnswerRe: XP will change my user interface? Pin
Christian Graus22-Oct-01 23:48
protectorChristian Graus22-Oct-01 23:48 
AnswerRe: XP will change my user interface? Pin
Ashman22-Oct-01 23:48
Ashman22-Oct-01 23:48 
AnswerRe: XP will change my user interface? Pin
Tomasz Sowinski23-Oct-01 2:35
Tomasz Sowinski23-Oct-01 2:35 
GeneralSystem tray icons not showing in XP or 2k Pin
Ashman22-Oct-01 23:35
Ashman22-Oct-01 23:35 
GeneralWhen press Enter Key Pin
22-Oct-01 22:29
suss22-Oct-01 22:29 
GeneralRe: When press Enter Key Pin
Jonas Larsson22-Oct-01 22:33
Jonas Larsson22-Oct-01 22:33 
GeneralRe: When press Enter Key Pin
Cris23-Oct-01 2:34
Cris23-Oct-01 2:34 

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.