Click here to Skip to main content
16,015,393 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 1:54
khan++14-Mar-06 1:54 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
Muhammad Azam14-Mar-06 6:37
Muhammad Azam14-Mar-06 6:37 
GeneralRe: Backspace problem in ActiveX embeded in IE Pin
khan++14-Mar-06 19:21
khan++14-Mar-06 19:21 
QuestionFiles Pin
chaitanya2213-Mar-06 22:33
chaitanya2213-Mar-06 22:33 
AnswerRe: Files Pin
Ray Kinsella13-Mar-06 22:36
Ray Kinsella13-Mar-06 22:36 
AnswerRe: Files Pin
kakan13-Mar-06 22:37
professionalkakan13-Mar-06 22:37 
GeneralRe: Files Pin
chaitanya2213-Mar-06 23:19
chaitanya2213-Mar-06 23:19 
GeneralRe: Files Pin
kakan13-Mar-06 23:42
professionalkakan13-Mar-06 23:42 
You mean a new column.
Well, that's not easy to do. Considder the data in the file (from the first run).
It's something like this:
1<new line="">
2<new line="">
3<new line="">
4<new line="">

Now you want to insert characters (" 5") in the first line, after "1" and before the <newline> character.

To be able to do that (in the simplest way), you will have to create a new file.
Then read from the old file, one line at the time, modify that line and then write the modified line to the new file.
When the new file is done, delete the old file and rename the new file to the old files name.

Not very easy for a beginner. Can you considder another principle?
GeneralRe: Files Pin
chaitanya2214-Mar-06 5:20
chaitanya2214-Mar-06 5:20 
GeneralRe: Files Pin
kakan14-Mar-06 19:20
professionalkakan14-Mar-06 19:20 
QuestionHELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:28
chev_ls113-Mar-06 22:28 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:31
Stephen Hewitt13-Mar-06 22:31 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:41
chev_ls113-Mar-06 22:41 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Stephen Hewitt13-Mar-06 22:45
Stephen Hewitt13-Mar-06 22:45 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:54
chev_ls113-Mar-06 22:54 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
khan++14-Mar-06 2:30
khan++14-Mar-06 2:30 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
David Crow14-Mar-06 3:11
David Crow14-Mar-06 3:11 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Ray Kinsella13-Mar-06 22:33
Ray Kinsella13-Mar-06 22:33 
GeneralRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
chev_ls113-Mar-06 22:43
chev_ls113-Mar-06 22:43 
AnswerRe: HELP!!!... ODBC CRecordSet based MFC application slowing down to unusable speeds!! :( Pin
Cool Ju13-Mar-06 23:38
Cool Ju13-Mar-06 23:38 
Questiondiff b/w heapalloc and new Pin
sunit513-Mar-06 22:02
sunit513-Mar-06 22:02 
AnswerRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:07
Stephen Hewitt13-Mar-06 22:07 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:20
sunit513-Mar-06 22:20 
GeneralRe: diff b/w heapalloc and new Pin
Stephen Hewitt13-Mar-06 22:24
Stephen Hewitt13-Mar-06 22:24 
GeneralRe: diff b/w heapalloc and new Pin
sunit513-Mar-06 22:33
sunit513-Mar-06 22:33 

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.