Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralI see. Thank you Pin
hanlei000000000925-Jun-07 14:43
hanlei000000000925-Jun-07 14:43 
QuestionVC++ Interface Pin
bijumon Mathew24-Jun-07 21:02
bijumon Mathew24-Jun-07 21:02 
AnswerRe: VC++ Interface Pin
HakunaMatada24-Jun-07 21:15
HakunaMatada24-Jun-07 21:15 
Questionhow copy the contant of buffer in to file Pin
Y_Kaushik24-Jun-07 20:56
Y_Kaushik24-Jun-07 20:56 
AnswerRe: how copy the contant of buffer in to file Pin
Hamid_RT24-Jun-07 20:59
Hamid_RT24-Jun-07 20:59 
GeneralRe: how copy the contant of buffer in to file Pin
Y_Kaushik24-Jun-07 21:32
Y_Kaushik24-Jun-07 21:32 
GeneralRe: how copy the contant of buffer in to file Pin
Hamid_RT24-Jun-07 21:48
Hamid_RT24-Jun-07 21:48 
GeneralRe: how copy the contant of buffer in to file Pin
Y_Kaushik24-Jun-07 23:08
Y_Kaushik24-Jun-07 23:08 
sir ji
i can create file with file name using this code

fileObj.Open("c:\\UserFolder\\" + fname + ".txt",CFile::modeCreate,NULL);

but i am writing the below code for reading data from buffer and write these contant in to new file. But its not work properly....


fileObj.Open(str,CFile::modeCreate|CFile::modeWrite);
strLine.Empty();
while(fileObj.WriteString("strLine,buffer"))
{
fileObj.WriteString(strLine);
fname += strLine + "\r\n";
}
fileObj.Close();
MessageBox(fname);

Regard's
Kaushik

GeneralRe: how copy the contant of buffer in to file Pin
Hamid_RT25-Jun-07 0:38
Hamid_RT25-Jun-07 0:38 
GeneralRe: how copy the contant of buffer in to file Pin
Y_Kaushik25-Jun-07 0:51
Y_Kaushik25-Jun-07 0:51 
GeneralRe: how copy the contant of buffer in to file Pin
Hamid_RT25-Jun-07 0:59
Hamid_RT25-Jun-07 0:59 
GeneralRe: how copy the contant of buffer in to file Pin
Y_Kaushik25-Jun-07 1:02
Y_Kaushik25-Jun-07 1:02 
GeneralRe: how copy the contant of buffer in to file Pin
Hamid_RT25-Jun-07 5:23
Hamid_RT25-Jun-07 5:23 
QuestionRe: how copy the contant of buffer in to file Pin
Mark Salsbery25-Jun-07 7:59
Mark Salsbery25-Jun-07 7:59 
QuestionFacing problem, in running the .exe on other computers Pin
ramana.g24-Jun-07 20:52
ramana.g24-Jun-07 20:52 
AnswerRe: Facing problem, in running the .exe on other computers Pin
Hamid_RT24-Jun-07 20:57
Hamid_RT24-Jun-07 20:57 
GeneralRe: Facing problem, in running the .exe on other computers Pin
ramana.g24-Jun-07 21:06
ramana.g24-Jun-07 21:06 
Questionsending email Pin
saisp24-Jun-07 20:47
saisp24-Jun-07 20:47 
AnswerRe: sending email Pin
Hamid_RT24-Jun-07 20:57
Hamid_RT24-Jun-07 20:57 
GeneralRe: sending email Pin
saisp24-Jun-07 21:03
saisp24-Jun-07 21:03 
GeneralRe: sending email Pin
Iain Clarke, Warrior Programmer25-Jun-07 0:59
Iain Clarke, Warrior Programmer25-Jun-07 0:59 
QuestionShowing a window always on top!!! Pin
Sunil P V24-Jun-07 20:37
Sunil P V24-Jun-07 20:37 
AnswerRe: Showing a window always on top!!! Pin
HakunaMatada24-Jun-07 21:05
HakunaMatada24-Jun-07 21:05 
GeneralRe: Showing a window always on top!!! Pin
Sunil P V24-Jun-07 21:11
Sunil P V24-Jun-07 21:11 
GeneralRe: Showing a window always on top!!! Pin
HakunaMatada24-Jun-07 22:32
HakunaMatada24-Jun-07 22:32 

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.