Click here to Skip to main content
15,888,803 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionRe: How do I get the handle of a dialog in Visual C Pin
jonsey2984710-Jun-09 7:32
jonsey2984710-Jun-09 7:32 
AnswerRe: How do I get the handle of a dialog in Visual C Pin
David Crow10-Jun-09 7:38
David Crow10-Jun-09 7:38 
AnswerRe: How do I get the handle of a dialog in Visual C Pin
ali kanju10-Jun-09 18:43
ali kanju10-Jun-09 18:43 
AnswerRe: How do I get the handle of a dialog in Visual C Pin
sujeet10-Jun-09 20:42
sujeet10-Jun-09 20:42 
QuestionHow to read footer at a particular sector using C++/VC++ Pin
Shiv Murti Pal10-Jun-09 2:54
Shiv Murti Pal10-Jun-09 2:54 
QuestionRe: How to read footer at a particular sector using C++/VC++ Pin
David Crow10-Jun-09 4:29
David Crow10-Jun-09 4:29 
AnswerRe: How to read footer at a particular sector using C++/VC++ Pin
«_Superman_»10-Jun-09 5:24
professional«_Superman_»10-Jun-09 5:24 
AnswerRe: How to read footer at a particular sector using C++/VC++ Pin
Randor 10-Jun-09 6:26
professional Randor 10-Jun-09 6:26 
Its official, I need to get away from the computer! I recognize this sequence of bytes:

FF D8 FF E1 11 B4 45 78 69 66 00 00 49 49 2A 00


Thats a JPEG header! The FF D8 FF E1 gave it away. Smile | :)

But unfortunately I don't understand what you are trying to do. What do you mean footer?

If you are trying to find the end of the JPEG file I think that you can just read until you find the EOI (End of Image) marker which are the bytes FFD9 but make sure that you reach each marker defined in the specification sequentially firsthand.

JPEG Header Information[^]

I think you need to ask a better question... Maybe I just gave you an answer that your not looking for.

Best Wishes,
-David Delaune
GeneralRe: How to read footer at a particular sector using C++/VC++ Pin
Shiv Murti Pal26-Jun-09 0:13
Shiv Murti Pal26-Jun-09 0:13 
QuestionCRichEditDoc in normal SDI application Pin
Tomas(cz)10-Jun-09 2:06
Tomas(cz)10-Jun-09 2:06 
QuestionCWebBrowser2, only one on one dialog? Pin
includeh1010-Jun-09 2:03
includeh1010-Jun-09 2:03 
AnswerRe: CWebBrowser2, only one on one dialog? Pin
_AnsHUMAN_ 10-Jun-09 2:12
_AnsHUMAN_ 10-Jun-09 2:12 
GeneralRe: CWebBrowser2, only one on one dialog? Pin
includeh1010-Jun-09 3:01
includeh1010-Jun-09 3:01 
QuestionEntering OnPaint too many times Pin
transoft10-Jun-09 2:00
transoft10-Jun-09 2:00 
AnswerRe: Entering OnPaint too many times Pin
includeh1010-Jun-09 2:09
includeh1010-Jun-09 2:09 
GeneralRe: Entering OnPaint too many times Pin
transoft10-Jun-09 3:53
transoft10-Jun-09 3:53 
GeneralRe: Entering OnPaint too many times Pin
Alan Balkany10-Jun-09 4:13
Alan Balkany10-Jun-09 4:13 
QuestionHide EXE from Process of Task Manager using C++ Pin
tns_ranjith10-Jun-09 1:57
tns_ranjith10-Jun-09 1:57 
AnswerRe: Hide EXE from Process of Task Manager using C++ Pin
includeh1010-Jun-09 2:10
includeh1010-Jun-09 2:10 
AnswerRe: Hide EXE from Process of Task Manager using C++ Pin
Rajesh R Subramanian10-Jun-09 2:12
professionalRajesh R Subramanian10-Jun-09 2:12 
AnswerRe: Hide EXE from Process of Task Manager using C++ Pin
_AnsHUMAN_ 10-Jun-09 2:29
_AnsHUMAN_ 10-Jun-09 2:29 
QuestionRe: Hide EXE from Process of Task Manager using C++ Pin
«_Superman_»10-Jun-09 5:26
professional«_Superman_»10-Jun-09 5:26 
Questionhow to create a application without showing .exe in taskbar in C++ Pin
tns_ranjith10-Jun-09 1:27
tns_ranjith10-Jun-09 1:27 
AnswerRe: how to create a application without showing .exe in taskbar in C++ Pin
Code-o-mat10-Jun-09 1:37
Code-o-mat10-Jun-09 1:37 
GeneralRe: how to create a application without showing .exe in taskbar in C++ Pin
tns_ranjith10-Jun-09 1:44
tns_ranjith10-Jun-09 1:44 

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.