I need to convert an image file, .jpg, or something similar to a .wmf
I cannot find a lot of information about this online.

Does anyone have an experience with this, or know any code to help me along the way.

Image I = Image.FromFile(filename)
I.Save("newfile.wmf" , ImageFormart.Wmf);

This turns the extension into a .wmf, but it obviously isn't converting it correctly, because it doesn't work with our previous software. If I use a convert from the internet it will work, any hints?

Read this wmf documentation.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.