Kenbuddy
Newcomer
Can anyone give me any insight into what kind of control Microsoft uses for the message textbox when you are composing an email in Outlook (HTML format)? Is that an RTF textbox or a DHTML edit control, or something else?
The reason I'm asking is because I want to use a similar control in a database application I'm creating (a Windows forms control, not a web-based app). Currently, I am planning to use a RichTextBox control, but I'm thinking I might need something else. One of the things I want the user to be able to do is to copy text and images from their web browser and paste it into this field with the formatting pretty much in-tact, similar to the way you can copy articles and other stuff from the Web and paste it into an email. To do this, I am thinking I would need to use a DHTML edit control, or put a web browser control on my Windows form and set it to edit mode or something like that. Of course, whatever content is pasted into this control needs to be saved to the database so that it can be retrieved later in the same format.
Any ideas?
The reason I'm asking is because I want to use a similar control in a database application I'm creating (a Windows forms control, not a web-based app). Currently, I am planning to use a RichTextBox control, but I'm thinking I might need something else. One of the things I want the user to be able to do is to copy text and images from their web browser and paste it into this field with the formatting pretty much in-tact, similar to the way you can copy articles and other stuff from the Web and paste it into an email. To do this, I am thinking I would need to use a DHTML edit control, or put a web browser control on my Windows form and set it to edit mode or something like that. Of course, whatever content is pasted into this control needs to be saved to the database so that it can be retrieved later in the same format.
Any ideas?