Click here to Skip to main content
16,006,567 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to Hide in Trayicon..... Pin
Owner drawn26-Dec-05 17:52
Owner drawn26-Dec-05 17:52 
GeneralRe: How to Hide in Trayicon..... Pin
ThatsAlok26-Dec-05 19:03
ThatsAlok26-Dec-05 19:03 
AnswerRe: How to Hide in Trayicon..... Pin
BlackDice26-Dec-05 9:09
BlackDice26-Dec-05 9:09 
AnswerRe: How to Hide in Trayicon..... Pin
ThatsAlok26-Dec-05 17:50
ThatsAlok26-Dec-05 17:50 
QuestionActiveX control or a .Net windows control Pin
Muhammad Ahmed25-Dec-05 22:56
Muhammad Ahmed25-Dec-05 22:56 
AnswerRe: ActiveX control or a .Net windows control Pin
khan++25-Dec-05 23:25
khan++25-Dec-05 23:25 
QuestionUsing files with VC++ Pin
DDeliyiannis25-Dec-05 22:49
DDeliyiannis25-Dec-05 22:49 
AnswerRe: Using files with VC++ Pin
khan++25-Dec-05 23:06
khan++25-Dec-05 23:06 
1- If you writing data in the form of text to a textfile, then you can append "\r\n" to every line.
However, if you want the same program to read back the records, then you would be having problems, because you would have appended "\r\n" Carriage-return + Line-feed pair to the data yourself.

2-
To read the records back, read the file line by line like using CStdioFile::ReadString(...). Then parse the text yourself to obtain the values.


this is this.
Questioneditor Pin
pooja_12325-Dec-05 21:48
pooja_12325-Dec-05 21:48 
AnswerRe: editor Pin
khan++25-Dec-05 22:12
khan++25-Dec-05 22:12 
Questionfunctions in the structure Pin
napoleaninlondon25-Dec-05 21:14
napoleaninlondon25-Dec-05 21:14 
AnswerRe: functions in the structure Pin
khan++25-Dec-05 21:32
khan++25-Dec-05 21:32 
QuestionADODB.Recordset / Oracle / Save / unicode / restore problem Pin
xcavin25-Dec-05 20:33
xcavin25-Dec-05 20:33 
QuestionWho can i get CPU preformance in run time ? Pin
Yanshof25-Dec-05 19:01
Yanshof25-Dec-05 19:01 
AnswerRe: Who can i get CPU preformance in run time ? Pin
khan++25-Dec-05 19:48
khan++25-Dec-05 19:48 
GeneralRe: Who can i get CPU preformance in run time ? Pin
Dudi Avramov25-Dec-05 23:21
Dudi Avramov25-Dec-05 23:21 
QuestionUNDO Move operation in explorer Pin
ragavan25-Dec-05 18:43
ragavan25-Dec-05 18:43 
Questionwindows programming, displaying text Pin
Roy K25-Dec-05 18:41
Roy K25-Dec-05 18:41 
AnswerRe: windows programming, displaying text Pin
khan++25-Dec-05 22:44
khan++25-Dec-05 22:44 
AnswerRe: windows programming, displaying text Pin
John R. Shaw26-Dec-05 12:43
John R. Shaw26-Dec-05 12:43 
Questionwebbrowser ctrl and memory problem! Pin
Tcpip200525-Dec-05 18:24
Tcpip200525-Dec-05 18:24 
QuestionCould anyone look below code and errors and explain what I have to do Pin
Commoner25-Dec-05 14:03
Commoner25-Dec-05 14:03 
AnswerRe: Could anyone look below code and errors and explain what I have to do Pin
Commoner25-Dec-05 14:04
Commoner25-Dec-05 14:04 
GeneralRe: Could anyone look below code and errors and explain what I have to do Pin
Commoner25-Dec-05 14:31
Commoner25-Dec-05 14:31 
GeneralRe: Could anyone look below code and errors and explain what I have to do Pin
asdfkjsodifuweior25-Dec-05 18:40
asdfkjsodifuweior25-Dec-05 18:40 

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.