Click here to Skip to main content
15,912,329 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: Dialog 'hang' after C procedure called. Pin
Don Fletcher12-Oct-06 21:22
Don Fletcher12-Oct-06 21:22 
GeneralRe: Dialog 'hang' after C procedure called. Pin
searcher0813-Oct-06 10:04
searcher0813-Oct-06 10:04 
Questionapi hooking Pin
DannSmith12-Oct-06 13:05
DannSmith12-Oct-06 13:05 
AnswerRe: api hooking Pin
Hamid_RT12-Oct-06 20:02
Hamid_RT12-Oct-06 20:02 
QuestionAppend data in middle of binary file Pin
samkook12-Oct-06 11:02
samkook12-Oct-06 11:02 
AnswerRe: Append data in middle of binary file Pin
PJ Arends12-Oct-06 11:32
professionalPJ Arends12-Oct-06 11:32 
GeneralRe: Append data in middle of binary file Pin
samkook12-Oct-06 11:51
samkook12-Oct-06 11:51 
GeneralRe: Append data in middle of binary file Pin
Christian Graus12-Oct-06 13:03
protectorChristian Graus12-Oct-06 13:03 
You need to read the entire file into memory and manipulate it there. Then you have all the values. You can store the file as a BYTE array, that seems to be what you're after.

Christian Graus - Microsoft MVP - C++
Metal Musings - Rex and my new metal blog

GeneralRe: Append data in middle of binary file Pin
samkook12-Oct-06 13:31
samkook12-Oct-06 13:31 
GeneralRe: Append data in middle of binary file Pin
Christian Graus12-Oct-06 14:10
protectorChristian Graus12-Oct-06 14:10 
GeneralRe: Append data in middle of binary file Pin
samkook12-Oct-06 15:00
samkook12-Oct-06 15:00 
GeneralRe: Append data in middle of binary file Pin
Christian Graus12-Oct-06 15:16
protectorChristian Graus12-Oct-06 15:16 
GeneralRe: Append data in middle of binary file Pin
samkook12-Oct-06 16:06
samkook12-Oct-06 16:06 
GeneralRe: Append data in middle of binary file Pin
Christian Graus12-Oct-06 16:13
protectorChristian Graus12-Oct-06 16:13 
GeneralRe: Append data in middle of binary file Pin
samkook12-Oct-06 16:19
samkook12-Oct-06 16:19 
GeneralRe: Append data in middle of binary file Pin
Christian Graus13-Oct-06 0:59
protectorChristian Graus13-Oct-06 0:59 
GeneralRe: Append data in middle of binary file Pin
David Crow13-Oct-06 3:00
David Crow13-Oct-06 3:00 
GeneralRe: Append data in middle of binary file [modified] Pin
samkook13-Oct-06 6:46
samkook13-Oct-06 6:46 
GeneralRe: Append data in middle of binary file Pin
David Crow13-Oct-06 7:16
David Crow13-Oct-06 7:16 
GeneralRe: Append data in middle of binary file Pin
samkook13-Oct-06 7:29
samkook13-Oct-06 7:29 
QuestionCannot add event handlers in VC++ 2005... Pin
Lord Kixdemp12-Oct-06 10:52
Lord Kixdemp12-Oct-06 10:52 
AnswerRe: Cannot add event handlers in VC++ 2005... Pin
prasad_som12-Oct-06 19:00
prasad_som12-Oct-06 19:00 
GeneralRe: Cannot add event handlers in VC++ 2005... Pin
Lord Kixdemp13-Oct-06 10:20
Lord Kixdemp13-Oct-06 10:20 
QuestionDialog problem! Pin
Larsson12-Oct-06 10:24
Larsson12-Oct-06 10:24 
AnswerRe: Dialog problem! Pin
Mark Salsbery12-Oct-06 10:32
Mark Salsbery12-Oct-06 10: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.