I have some drawing in my view with help of GDI functions. I want to Save my View Drawing into a Window Meta File (wmf).How Can I Do this?????
I have successfully convert my Window drawing into Enhanced meta File (emf). I am doing the same logic as i did in EMF ButWhen I pass MetaFileDC to OnDraw(). It makes the wmf but it soes not show any thing in wmf file.