Click here to Skip to main content
15,917,320 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow can i convert Bitmap from Resource to WMF format in mfc Pin
Kamis41021-Sep-10 9:36
Kamis41021-Sep-10 9:36 
AnswerRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Code-o-mat21-Sep-10 10:46
Code-o-mat21-Sep-10 10:46 
GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Kamis41021-Sep-10 10:54
Kamis41021-Sep-10 10:54 
GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Code-o-mat21-Sep-10 11:06
Code-o-mat21-Sep-10 11:06 
GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Kamis41021-Sep-10 11:44
Kamis41021-Sep-10 11:44 
GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Kamis41021-Sep-10 11:53
Kamis41021-Sep-10 11:53 
GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Code-o-mat21-Sep-10 22:15
Code-o-mat21-Sep-10 22:15 
AnswerRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
«_Superman_»21-Sep-10 18:32
professional«_Superman_»21-Sep-10 18:32 
WMF and EMF has an advantage that it will be scaled for the destination device context.
These files contain records of coordinates and the corresponding shapes.
Using these records, the image is scaled and redrawn.

When you put a bitmap into an EMF or WMF, this advantage is lost.
The image will either remain the same size if you do a BitBlt or will be stretched/shrunk if a StretchBlt is done.

What I'm saying is that there is no real advantage in converting a bitmap to an EMF.
«_Superman

I love work. It gives me something to do between weekends.


Microsoft MVP (Visual C++)

Polymorphism in C







GeneralRe: How can i convert Bitmap from Resource to WMF format in mfc Pin
Kamis41022-Sep-10 1:29
Kamis41022-Sep-10 1:29 
QuestionZ order Pin
AbhiHcl21-Sep-10 8:26
AbhiHcl21-Sep-10 8:26 
QuestionRe: Z order Pin
David Crow21-Sep-10 8:37
David Crow21-Sep-10 8:37 
QuestionRe: Z order Pin
rp_suman21-Sep-10 8:51
rp_suman21-Sep-10 8:51 
QuestionMFC application(VS2008) does not execute in another computer Pin
tdc_india21-Sep-10 1:49
tdc_india21-Sep-10 1:49 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Cedric Moonen21-Sep-10 1:54
Cedric Moonen21-Sep-10 1:54 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india21-Sep-10 2:02
tdc_india21-Sep-10 2:02 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Kushagra Tiwari21-Sep-10 2:19
Kushagra Tiwari21-Sep-10 2:19 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india24-Sep-10 22:21
tdc_india24-Sep-10 22:21 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
Sauro Viti21-Sep-10 5:39
professionalSauro Viti21-Sep-10 5:39 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india24-Sep-10 22:21
tdc_india24-Sep-10 22:21 
AnswerRe: MFC application(VS2008) does not execute in another computer Pin
yu-jian21-Sep-10 14:31
yu-jian21-Sep-10 14:31 
GeneralRe: MFC application(VS2008) does not execute in another computer Pin
tdc_india23-Sep-10 3:13
tdc_india23-Sep-10 3:13 
QuestionlineCallbackFunc not returning message..... [modified] Pin
AmbiguousName21-Sep-10 1:27
AmbiguousName21-Sep-10 1:27 
AnswerRe: lineCallbackFunc not returning message..... Pin
Kushagra Tiwari21-Sep-10 2:29
Kushagra Tiwari21-Sep-10 2:29 
AnswerRe: lineCallbackFunc not returning message..... Pin
oggenok6421-Sep-10 2:50
oggenok6421-Sep-10 2:50 
GeneralRe: lineCallbackFunc not returning message..... Pin
AmbiguousName21-Sep-10 3:50
AmbiguousName21-Sep-10 3:50 

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.