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

C / C++ / MFC

 
GeneralRe: Create really long timers in MFC Pin
cagespear4-Jul-08 1:53
cagespear4-Jul-08 1:53 
AnswerRe: Create really long timers in MFC Pin
CPallini4-Jul-08 1:41
mveCPallini4-Jul-08 1:41 
GeneralRe: Create really long timers in MFC Pin
cagespear4-Jul-08 1:51
cagespear4-Jul-08 1:51 
GeneralRe: Create really long timers in MFC Pin
CPallini4-Jul-08 2:01
mveCPallini4-Jul-08 2:01 
AnswerRe: Create really long timers in MFC Pin
MANISH RASTOGI4-Jul-08 2:09
MANISH RASTOGI4-Jul-08 2:09 
AnswerRe: Create really long timers in MFC Pin
Yves4-Jul-08 4:57
Yves4-Jul-08 4:57 
QuestionRe: Create really long timers in MFC Pin
David Crow4-Jul-08 11:38
David Crow4-Jul-08 11:38 
Questionfile writing help Pin
projectip4-Jul-08 0:38
projectip4-Jul-08 0:38 
I have a dialog based application.In this I have a button which takes the value in a textbox and adds it to a combobox.I have to enter values in three textboxes.All these values have to be written into a file.
I have writen the code as follows:

GetDlgItemText(IDC_EDIT1,str1);<br />
GetDlgItemText(IDC_EDIT1,str2);<br />
GetDlgItemText(IDC_EDIT1,str3);<br />
fstream f;<br />
f.open("myfile.txt",ios::in|ios::out);<br />
f.write(str1,str1.length());


When i open the file to view the contents,its not written properly.Also I want to append the details each time I enter values in the textboxes.
QuestionRe: file writing help Pin
CPallini4-Jul-08 0:56
mveCPallini4-Jul-08 0:56 
AnswerRe: file writing help Pin
projectip4-Jul-08 8:55
projectip4-Jul-08 8:55 
QuestionRe: file writing help Pin
CPallini4-Jul-08 23:23
mveCPallini4-Jul-08 23:23 
AnswerRe: file writing help Pin
KarstenK4-Jul-08 0:57
mveKarstenK4-Jul-08 0:57 
AnswerRe: file writing help Pin
vineeshV4-Jul-08 2:02
vineeshV4-Jul-08 2:02 
QuestionRe: file writing help Pin
David Crow4-Jul-08 11:40
David Crow4-Jul-08 11:40 
QuestionCannot open XML File Pin
manju#1234-Jul-08 0:36
manju#1234-Jul-08 0:36 
AnswerRe: Cannot open XML File Pin
KarstenK4-Jul-08 1:03
mveKarstenK4-Jul-08 1:03 
GeneralRe: Cannot open XML File Pin
manju#1234-Jul-08 2:17
manju#1234-Jul-08 2:17 
GeneralRe: Cannot open XML File Pin
manju#1234-Jul-08 2:52
manju#1234-Jul-08 2:52 
AnswerRepost Pin
SandipG 4-Jul-08 1:05
SandipG 4-Jul-08 1:05 
AnswerRe: Cannot open XML File [modified] Pin
mohit_108228-Dec-09 0:49
mohit_108228-Dec-09 0:49 
QuestionCombo Box in and Progress Bar in CListCtrl Pin
sudhir_Kumar3-Jul-08 23:59
sudhir_Kumar3-Jul-08 23:59 
AnswerRe: Combo Box in and Progress Bar in CListCtrl Pin
Iain Clarke, Warrior Programmer4-Jul-08 0:13
Iain Clarke, Warrior Programmer4-Jul-08 0:13 
AnswerRe: Combo Box in and Progress Bar in CListCtrl Pin
Naveen4-Jul-08 0:17
Naveen4-Jul-08 0:17 
Questionblack tint everything on screen behind dialog box Pin
garyofcourse3-Jul-08 23:51
garyofcourse3-Jul-08 23:51 
AnswerRe: black tint everything on screen behind dialog box Pin
Naveen4-Jul-08 0:06
Naveen4-Jul-08 0: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.