I have a question about how to copy WMF to MSWORD.
I had classes for WMF and WMFGraphics already. I can draw WMF image in my application, I also can save it as a file.wmf, and it can be imported into MSWORD.
The problem is: I want to copy the elements in my application with WMF format into MSWORD, Is there anyway to do such way?? which DataFlavor should I use? I used string, byte, byte[], but I cannot solve it.