Click here to Skip to main content
15,793,018 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionmodeless dialog box Pin
AnayKulkarni30-Nov-07 1:33
AnayKulkarni30-Nov-07 1:33 
AnswerRe: modeless dialog box Pin
KarstenK30-Nov-07 2:48
mveKarstenK30-Nov-07 2:48 
QuestionRe: modeless dialog box Pin
Nelek30-Nov-07 2:49
protectorNelek30-Nov-07 2:49 
AnswerRe: modeless dialog box Pin
JudyL_MD30-Nov-07 3:25
JudyL_MD30-Nov-07 3:25 
QuestionRe: modeless dialog box Pin
David Crow30-Nov-07 4:22
David Crow30-Nov-07 4:22 
QuestionProblem with EXIF Format to BMP Pin
KANAKESH30-Nov-07 1:17
KANAKESH30-Nov-07 1:17 
AnswerRe: Problem with EXIF Format to BMP Pin
Paresh Chitte30-Nov-07 2:16
Paresh Chitte30-Nov-07 2:16 
AnswerRe: Problem with EXIF Format to BMP Pin
Mark Salsbery30-Nov-07 11:03
Mark Salsbery30-Nov-07 11:03 
If you don't want to do the JPEG decompression yourself, you could use
GDI+.

For example, using the shared Visual C++ class CImage (which uses GDI+ for loading/saving)...
CImage img;
img.Load(_T("C:\\Path\\MyEXIFfile.jpg"));
img.Save(_T("C:\\Path\\MyEXIFfile.bmp"), ImageFormatBMP);

Mark


Mark Salsbery
Microsoft MVP - Visual C++

Java | [Coffee]

QuestionLooping through a string Pin
admgamer30-Nov-07 0:29
admgamer30-Nov-07 0:29 
QuestionRe: Looping through a string Pin
David Crow30-Nov-07 4:26
David Crow30-Nov-07 4:26 
Questioncompile code in without unicode Pin
Kiran Pinjala30-Nov-07 0:08
Kiran Pinjala30-Nov-07 0:08 
AnswerRe: compile code in without unicode Pin
uusheikh30-Nov-07 0:14
uusheikh30-Nov-07 0:14 
GeneralRe: compile code in without unicode Pin
Kiran Pinjala30-Nov-07 0:16
Kiran Pinjala30-Nov-07 0:16 
QuestionRe: compile code in without unicode Pin
Kiran Pinjala30-Nov-07 0:25
Kiran Pinjala30-Nov-07 0:25 
AnswerRe: compile code in without unicode Pin
David Crow30-Nov-07 4:29
David Crow30-Nov-07 4:29 
AnswerRe: compile code in without unicode Pin
CPallini30-Nov-07 0:22
mveCPallini30-Nov-07 0:22 
AnswerRe: compile code in without unicode Pin
Mike Dimmick30-Nov-07 1:36
Mike Dimmick30-Nov-07 1:36 
QuestionHow to make aspect ratio independent graphics? Pin
rkshdixit29-Nov-07 23:42
rkshdixit29-Nov-07 23:42 
AnswerRe: How to make aspect ratio independent graphics? Pin
Nelek30-Nov-07 1:03
protectorNelek30-Nov-07 1:03 
Questioncreate save dialog box. Pin
keyto29-Nov-07 23:38
keyto29-Nov-07 23:38 
AnswerRe: create save dialog box. Pin
Hamid_RT29-Nov-07 23:56
Hamid_RT29-Nov-07 23:56 
AnswerRe: create save dialog box. Pin
JudyL_MD30-Nov-07 3:29
JudyL_MD30-Nov-07 3:29 
QuestionSQLBindParameter not working Pin
prithaa29-Nov-07 23:37
prithaa29-Nov-07 23:37 
AnswerRe: SQLBindParameter not working Pin
JudyL_MD30-Nov-07 3:30
JudyL_MD30-Nov-07 3:30 
QuestionSQLBindParameter problem Pin
prithaa29-Nov-07 23:21
prithaa29-Nov-07 23:21 

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.