Re: Problem with Image Loading - WeOnlyDo Discussion board

Re: Problem with Image Loading (General questions)

by wodSupport, Thursday, May 18, 2006, 00:48 (6764 days ago) @ wodSupport

Mav,

not easy. I checked - VB.NET doesn't like my IStream implementation at all, and I'm not sure how to provide IStream interface even if I wanted to.

What I would like to suggest is perhaps use MemBlob, and get bytes out using ToArray. Now you have your own byte array memory you can do whatever you wish with it. Perhaps you could use CreateStreamOnHGlobal API to create IStream on your own memory?

Kreso


Complete thread: