Windows Develop Bookmark and Share   
 index > Windows Forms General > Component required build Email Editor in vb.net
 

Component required build Email Editor in vb.net

Hi , I have requirement in my vb.net 2003 desktop application to provilde a window form to send email. I want to add similar text editor just which I am using here to write this post, or something like Outlook.

The email editor should be such that will give facilities such as bold italic , create link etc...

Please let me know how can I do this in vb.net 2003 do I require any other component to download.

Or there is something available for this in VS 2003


Pankaj Rathod  Wednesday, December 19, 2007 4:44 PM
There is a HTMLEdit Sample in MSDNthat shows how to use the Internet Explorer WebBrowser ActiveX control in editing mode. It is based on MFC, though. For all the commands you can send via IWebBrowser2::ExecWB or IHTMLDocument2::ExecCommand, see MSHTML Command Identifiers

Sheng Jiang 蒋晟  Wednesday, December 19, 2007 6:37 PM
There is a HTMLEdit Sample in MSDNthat shows how to use the Internet Explorer WebBrowser ActiveX control in editing mode. It is based on MFC, though. For all the commands you can send via IWebBrowser2::ExecWB or IHTMLDocument2::ExecCommand, see MSHTML Command Identifiers

Sheng Jiang 蒋晟  Wednesday, December 19, 2007 6:37 PM

You can use google to search for other answers

Custom Search

More Threads

• Disable Button Hover in C#?
• Presentation logic vs. business logic
• Changing the this.height at run-time causes flickering
• DataGridView has no CaptionText or Title property
• MdiChild Icon
• Multiple users running same project from a shared resource
• Two textbox at the same location.
• Identify Added controls to a Form ...
• How can i change system file open/save dialog?
• suggest me