Originally posted by: Ed Kakoban
How come this doesn't work with the style ES_READONLY? Do I have to change the styles everytime?
Reply
Originally posted by: Al Lusion
Can you do this without writing your own class? Is there some way to make a default class and use that instead type of thing? Any ideas?
ReplyOriginally posted by: asdf
How can read back what was first put on the richedit. I mean the emoticons meanings.
Reply
Originally posted by: Don
I downloaded the project and ran the exe file. This appears to be just what I'm looking for, but need help converting the C code into VB. Also, can the same thing be done with SendMessage(RichText.hwnd, EM_GETOLEINTERFACE, hIcon, 0)?
Thanks,
Don
Originally posted by: wugui
Interface Lead: pRichEditOle->InsertObject(&reobject);
how to fix this
every call InsertBitmap(...):
Resource Leak: hDst = ::OleDuplicateData(m_stgmed.hBitmap, CF_BITMAP, NULL);
Originally posted by: dima
hi;
I'm also interested in adding animated gif to a RichTextBox
how is that possible??
thanks
ReplyOriginally posted by: Phong Tran
Hi,
Can you insert GIF, Ani-GIF into RichTextControl ???
Thanks,
phong tran
Originally posted by: enpffma
.....
sc=::OleCreateStaticFromData(this,IID_IOleObject,OLERENDER_FORMAT ,
&m_fromat, pOleClientSite, pStorage, (void **)&pOleObject);
.....
pOleObject receives 0.
i don't know why...
Originally posted by: Grumph
After each emoticon inserted in the richedit component, a lot of memory disappears... The number of displayed emoticons is limited....
I tried to insert the code line :
lpLockBytes->Release() ;
in his good place... but nothing change...
What could I do to resolve the problem ?
Reply
Originally posted by: Baris Yazici
It works with view. That is ok.
I even can insert bitmaps when I use a rich edit control in a dialog box. That is ok, too.
However, when i get the stream with bitmap bits it and save on the disk I cannot get it back on the next session.
Control doesnt show the objects when I stream the data in.
Does it have to be a doc/view?
Reply