Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Convert binary wmf to a usuable image

Status
Not open for further replies.

Snipor

Programmer
Feb 23, 2001
92
US
I'm attempting to convert a wmf file save in binary to a useable image in VB.Net. The wmf file is orginally saved in binary format in an sql server database. I've successfully seemd to have retrieved the data and saved it into a variable of type Byte(). Now how do I convert it from Byte() (not byte) to WMF?

Or is there another way?

Thanks in advance.

Knowledge is Power......
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top