Re: ISequentialStream and Richedit 2.0
"L. Dee Holtsclaw" <[email protected]> Mon, 11 Nov 2002 18:05:26 -0500
| Newsgroups | gmane.comp.windows.devel.oledb.devel |
|---|---|
| Message-ID | <[email protected]> |
You'll need an IStream wrapper around the ISequentialStream you're getting from the database. I had to do that myself. Just construct a small COM object which implements IStream and forward all calls to the ISequentialStream pointer you're holding. In my testing, the RichEdit never used anything I couldn't easily fudge. Good Luck, Dee (Lawrence D. Holtsclaw) On Mon, 2002-11-11 at 16:52, Alan Gamboa wrote: > I finally got the AOTBLOB stuff working to get data into and out of a > database. However, I am having a heck of a time getting the data from > ISequentialStream into my richedit control. Can anyone point me in a > direction to do this. I am using VC++ 7.0... > > thanks. > > > Alan Gamboa > CCG Systems, Inc. > Norfolk, VA 23507-1806 > > > You can read messages from the OLEDB_DEV archive, unsubscribe from OLEDB_DEV, > or subscribe to other DevelopMentor lists at http://discuss.develop.com. You can read messages from the OLEDB_DEV archive, unsubscribe from OLEDB_DEV, or subscribe to other DevelopMentor lists at http://discuss.develop.com.