Re: Problem with Image Loading (General questions)
Mav,
well, yes, MemBlob and MemoryStream *do* the same thing - they keep data in memory. But they *are not* the same, they cannot share data. MemBlob doesn't support IStream interface, so you can't do what you had in mind, at least not directly.
Kreso