Rich Text Box / Email Client Problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I am new to programming

I am using a Rich Text Box in the Compose Form in a VB.NET email client application similar to Microsoft Outlook that I am trying to develop
When I try to paste an html document ( text and images in tables) in the Rich Text Box
the text is inserted whereas the images are not
If I try to paste the same in my Outlook Express or Microsoft Outlook Compose form, the entire html table, images and text pastes without any problem

I am a bit confused. My understanding was that both Microsoft Outlook and Outlook Express use Rich Text Boxes for this purpose? Is my understanding right? If they are not using RTB what component are they using
What am I doing wrong

Can someone please help

Thank
Be
 
Hi Ben,

When I was you I would ask this question in the newsgroup.

microsoft.public.dotnet.languages.vb

At the moment there is one friendly guy who is trying to get everything out
of the Rich Textbox.

http://tinyurl.com/2h27n

He gets not everytime an answer, probably because he is one who knows at the
moment the most of it. However I am almost sure he will answer your question
when he knows it.

I hope this helps?

Cor
 
I think I saw (not sure) a similar question in that group and the answers
were to use some an ActiveX control - something like DHTMLbox.ocx.

Search in that group.
 
Back
Top