views:

158

answers:

1

Hey guys!

Got a quick question about Windows EMF/EMF+ files. Reading the documentation, I realize that an EMF/EMF+ file is just a bunch of GDI/GDI+ commands. So what's the supported way for reading in an EMF/EMF+ file and then displaying it in either MFC or WinForms?

Thanks,

Alex

+2  A: 

Here is how it is done (for EMF) in MFC (or did I misunderstand the question?)

Here is more elaborate article on the subject.

BostonLogan
You understood the question perfectly. Thanks!
Alex