Click here to Skip to main content
15,886,199 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
AnswerRe: How to learn C++ Pin
Chris Losinger31-Aug-11 3:02
professionalChris Losinger31-Aug-11 3:02 
GeneralRe: How to learn C++ Pin
Albert Holguin31-Aug-11 8:22
professionalAlbert Holguin31-Aug-11 8:22 
AnswerRe: How to learn C++ Pin
Nemanja Trifunovic31-Aug-11 6:10
Nemanja Trifunovic31-Aug-11 6:10 
GeneralRe: How to learn C++ Pin
Albert Holguin31-Aug-11 8:25
professionalAlbert Holguin31-Aug-11 8:25 
GeneralRe: How to learn C++ Pin
Orjan Westin31-Aug-11 23:37
professionalOrjan Westin31-Aug-11 23:37 
AnswerRe: How to learn C++ Pin
MMJ19892-Sep-11 22:28
MMJ19892-Sep-11 22:28 
QuestionHow to get software (exe, dll) Version info from a buffer? Pin
includeh1030-Aug-11 16:16
includeh1030-Aug-11 16:16 
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
Orjan Westin31-Aug-11 4:03
professionalOrjan Westin31-Aug-11 4:03 
Yes, it is possible, but quite fiddly. If it's at all possible to save the files and using the Windows API function GetFileVersionInfo I recommend doing that.

If not, you can dig into the details of "PE", or the Win32 Portable Executable File Format which describes where to find the version information, among many other things. It's quite a hassle though.
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
j_schultz31-Aug-11 8:36
j_schultz31-Aug-11 8:36 
QuestionRe: How to get software (exe, dll) Version info from a buffer? Pin
David Crow31-Aug-11 9:54
David Crow31-Aug-11 9:54 
AnswerRe: How to get software (exe, dll) Version info from a buffer? Pin
j_schultz31-Aug-11 10:17
j_schultz31-Aug-11 10:17 
QuestionText slots in an image file? (is this easy programming)? Pin
Angelo Landri30-Aug-11 14:57
Angelo Landri30-Aug-11 14:57 
AnswerRe: Text slots in an image file? (is this easy programming)? Pin
Code-o-mat31-Aug-11 22:08
Code-o-mat31-Aug-11 22:08 
QuestionDisappearing MFC controls [modified] Pin
j_schultz30-Aug-11 9:05
j_schultz30-Aug-11 9:05 
AnswerRe: Disappearing MFC controls Pin
Rolf Kristensen30-Aug-11 9:46
Rolf Kristensen30-Aug-11 9:46 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:50
j_schultz30-Aug-11 9:50 
AnswerRe: Disappearing MFC controls Pin
Maximilien30-Aug-11 9:48
Maximilien30-Aug-11 9:48 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 9:56
j_schultz30-Aug-11 9:56 
AnswerRe: Disappearing MFC controls Pin
QuiJohn30-Aug-11 10:42
QuiJohn30-Aug-11 10:42 
GeneralRe: Disappearing MFC controls Pin
j_schultz30-Aug-11 10:49
j_schultz30-Aug-11 10:49 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:02
QuiJohn31-Aug-11 6:02 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 6:10
j_schultz31-Aug-11 6:10 
GeneralRe: Disappearing MFC controls Pin
j_schultz31-Aug-11 7:42
j_schultz31-Aug-11 7:42 
GeneralRe: Disappearing MFC controls Pin
David Crow30-Aug-11 10:54
David Crow30-Aug-11 10:54 
GeneralRe: Disappearing MFC controls Pin
QuiJohn31-Aug-11 6:01
QuiJohn31-Aug-11 6:01 

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.