Link to home
Start Free TrialLog in
Avatar of skanade
skanade

asked on

Richedit as OLE container

I need a complete example in Delphi 3 of using RichEdit as an OLE container. The source should be complete with the testing application as well.

Thanks,
Sanjay
Avatar of ronit051397
ronit051397

You mean inserting objects onto the RichEdit?
ASKER CERTIFIED SOLUTION
Avatar of ZifNab
ZifNab

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of skanade

ASKER

Ronit,

>>You mean inserting objects onto the RichEdit?

Yes. There is not much help I can find in Delphi help or Win32 help and I am just beginning to learn OLE. I have already found the project indicated by Zif and will check it out before getting back here.

Sanjay
Avatar of skanade

ASKER

Zif,

I downloaded the project and looked at it. It certainly helps but it's prior to Delphi 3 as it doesn't use TInterfacedObject and other Delphi 3 stuff. It also doesn't compile. I need to work on it to make it Delphi 3 compatible.

I'll wait to see if I get better answers. If I don't, I'll accept this answer and work from there.

Thanks!
Sanjay
skanade, ok, no problem... if you're interested you can look also at this one, but I don't think it has some ole stuff:
http://sunsite.icm.edu.pl/delphi/ftp/d30free/riched98.zip
...mmh, seems to be the same as
http://wet.kiss.uni-lj.si/~k4fe0106/ 
that Zif mentioned...
d003303, myole91 is from author of page I refered too. Have a look at yourself. Interesting page! Regards, Zif.
Avatar of skanade

ASKER

Ziff,

Sorry for getting back so late. I finally found a component source which I can purchase. Your tip helped me find the related components and sources on other pages.

Thanks,
Sanjay