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

C / C++ / MFC

 
GeneralRe: Count of CR in an dit control Pin
Marcello16-Jan-04 11:29
Marcello16-Jan-04 11:29 
GeneralRe: Count of CR in an dit control Pin
alex.barylski16-Jan-04 11:32
alex.barylski16-Jan-04 11:32 
GeneralRe: Count of CR in an dit control Pin
Marcello16-Jan-04 12:20
Marcello16-Jan-04 12:20 
GeneralWorking with Files in Visual C++ Pin
satcat16-Jan-04 7:59
satcat16-Jan-04 7:59 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen16-Jan-04 8:24
Antti Keskinen16-Jan-04 8:24 
GeneralRe: Working with Files in Visual C++ Pin
satcat16-Jan-04 15:22
satcat16-Jan-04 15:22 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen16-Jan-04 22:07
Antti Keskinen16-Jan-04 22:07 
GeneralRe: Working with Files in Visual C++ Pin
satcat19-Jan-04 9:11
satcat19-Jan-04 9:11 
Well, finally it works!! But I've got a problem with buffer... I need to save the text from the Edit Box but it is a CString by definition and what I have to save in the file is char buffer[lenght] and they aren't compatible. I can't do
buffer=m_sTexto;
and the sentence
m_Fichero.Write(m_sTexto, sizeof(m_sTexto));
is no OK, so I'm lost again!! How could I convert the type or write the Edit Box content in my file?
Thank you Smile | :)

GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen19-Jan-04 9:27
Antti Keskinen19-Jan-04 9:27 
GeneralRe: Working with Files in Visual C++ Pin
satcat19-Jan-04 15:04
satcat19-Jan-04 15:04 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen20-Jan-04 8:05
Antti Keskinen20-Jan-04 8:05 
GeneralRe: Working with Files in Visual C++ Pin
satcat20-Jan-04 13:30
satcat20-Jan-04 13:30 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen21-Jan-04 1:31
Antti Keskinen21-Jan-04 1:31 
GeneralRe: Working with Files in Visual C++ Pin
satcat21-Jan-04 6:08
satcat21-Jan-04 6:08 
GeneralRe: Working with Files in Visual C++ Pin
satcat26-Jan-04 0:16
satcat26-Jan-04 0:16 
GeneralRe: Working with Files in Visual C++ Pin
Antti Keskinen26-Jan-04 4:16
Antti Keskinen26-Jan-04 4:16 
GeneralRe: Working with Files in Visual C++ Pin
satcat26-Jan-04 5:08
satcat26-Jan-04 5:08 
QuestionHow to create Outlook type interface? Pin
BrockVnm16-Jan-04 7:54
BrockVnm16-Jan-04 7:54 
AnswerRe: How to create Outlook type interface? Pin
Michael P Butler16-Jan-04 8:11
Michael P Butler16-Jan-04 8:11 
GeneralRe: How to create Outlook type interface? Pin
BrockVnm16-Jan-04 8:17
BrockVnm16-Jan-04 8:17 
GeneralRe: How to create Outlook type interface? Pin
alex.barylski16-Jan-04 10:00
alex.barylski16-Jan-04 10:00 
GeneralRS232 Question Pin
srev16-Jan-04 7:30
srev16-Jan-04 7:30 
GeneralRe: RS232 Question Pin
Roger Wright16-Jan-04 7:39
professionalRoger Wright16-Jan-04 7:39 
GeneralRe: RS232 Question Pin
waffleman16-Jan-04 7:42
waffleman16-Jan-04 7:42 
GeneralRe: RS232 Question Pin
srev17-Jan-04 1:38
srev17-Jan-04 1: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.