Hi,
I have to build a custom web part in sharepoint with a description field. This description field should allow the users to enter rich text like iamges, hyperlinks, etc...
Which sharepoint control should I use to acheive it?
I've tried with Inputformtextbox control of sharepoint....but this control is not serving my purpose as
it's showing the Image Manager...each time to enter a image, I need to type in the iamge url..
which is tedious for the end user...

I've seen one rich text box control..in Colloboration portal template...whic has image manager..
but I'm unable to figure out the class library for it..I mean the control class name...

Can anyone help me out///how shud I implement an enhanced rich tectbox control????