Click here to Skip to main content
15,913,055 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralGlobal Hook with a Callback Pin
tsprang17-Sep-03 8:49
tsprang17-Sep-03 8:49 
GeneralGUI Compiling Trouble Pin
doncab17-Sep-03 8:35
doncab17-Sep-03 8:35 
GeneralRe: GUI Compiling Trouble Pin
ZoogieZork17-Sep-03 9:47
ZoogieZork17-Sep-03 9:47 
GeneralRe: GUI Compiling Trouble Pin
doncab17-Sep-03 12:09
doncab17-Sep-03 12:09 
GeneralRe: GUI Compiling Trouble Pin
ZoogieZork17-Sep-03 12:51
ZoogieZork17-Sep-03 12:51 
Generalyour comments on CSocket and CAsyncSocket Pin
R. Thomas17-Sep-03 7:29
R. Thomas17-Sep-03 7:29 
GeneralRe: your comments on CSocket and CAsyncSocket Pin
Rickard Andersson2017-Sep-03 7:42
Rickard Andersson2017-Sep-03 7:42 
GeneralImage::Save Problem! Does anyone know how to solve this puzzle? Thanks a lot! Pin
TeleStar17-Sep-03 7:10
TeleStar17-Sep-03 7:10 
I use the GDI+ in VC7 to save an image. It work very well when I want to save as tiff, png and jpeg. But the program fails to do so when I want to save as wmf, exif and emf.

I consult the msdn and find in
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/gdicpp/GDIPlus/UsingGDIPlus/UsingImageEncodersandDecoders/Retrievingthe.asp

it said that

"The function GetEncoderClsid in the following example receives the Multipurpose Internet Mail Extensions (MIME) type of an encoder and returns the class identifier (CLSID) of that encoder. The MIME types of the encoders built into Microsoft Windows GDI+ are as follows:

image/bmp
image/jpeg
image/gif
image/tiff
image/png"

Thus it seems that we could not save an image as wmf, exif or emf format. But I also find that

http://www.codeproject.com/cs/media/imagconvert.asp?target=conver

In the C#, we could save an image as wmf, exif or emf format with no pains.

Does anyone know how to solve this puzzle? Thanks a lot!
GeneralRe: Image::Save Problem! Does anyone know how to solve this puzzle? Thanks a lot! Pin
Steve S18-Sep-03 1:52
Steve S18-Sep-03 1:52 
GeneralYes, I had used the code on MSDN, but it doesn't work! Pin
TeleStar18-Sep-03 11:21
TeleStar18-Sep-03 11:21 
QuestionMFC->controls->extended styls? Pin
udiams17-Sep-03 5:36
udiams17-Sep-03 5:36 
AnswerRe: MFC->controls->extended styls? Pin
David Crow17-Sep-03 5:38
David Crow17-Sep-03 5:38 
AnswerRe: MFC->controls->extended styls? Pin
Alvaro Mendez17-Sep-03 6:02
Alvaro Mendez17-Sep-03 6:02 
AnswerRe: MFC->controls->extended styls? Pin
Mike Dimmick17-Sep-03 6:08
Mike Dimmick17-Sep-03 6:08 
GeneralSTL and Efficiency Pin
Anonymous17-Sep-03 5:13
Anonymous17-Sep-03 5:13 
GeneralRe: STL and Efficiency Pin
HalfWayMan17-Sep-03 5:40
HalfWayMan17-Sep-03 5:40 
GeneralRe: STL and Efficiency Pin
Mike Dimmick17-Sep-03 5:44
Mike Dimmick17-Sep-03 5:44 
GeneralRe: STL and Efficiency Pin
Andrew Walker17-Sep-03 5:45
Andrew Walker17-Sep-03 5:45 
GeneralRe: STL and Efficiency Pin
Daniel Turini17-Sep-03 9:46
Daniel Turini17-Sep-03 9:46 
GeneralRe: STL and Efficiency Pin
Tim Smith17-Sep-03 10:03
Tim Smith17-Sep-03 10:03 
GeneralUsing CToolTipCtrl Pin
Marty1020304017-Sep-03 5:02
Marty1020304017-Sep-03 5:02 
GeneralRe: Using CToolTipCtrl Pin
Alvaro Mendez17-Sep-03 6:09
Alvaro Mendez17-Sep-03 6:09 
GeneralRe: Using CToolTipCtrl Pin
Jagadeesh VN17-Sep-03 7:34
Jagadeesh VN17-Sep-03 7:34 
GeneralC++ Octree structure Pin
Alex Chitea17-Sep-03 4:20
Alex Chitea17-Sep-03 4:20 
GeneralRe: C++ Octree structure Pin
David Crow17-Sep-03 4:51
David Crow17-Sep-03 4:51 

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.