Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

C# RichText on UserForm

Status
Not open for further replies.

JasonEnsor

Programmer
Sep 14, 2010
193
GB
Hey,

I have created a userform in C# and i have a few textboxes and a few richtext boxes on it. the initial idea was to let the user fill in the details on this form (richtextboxes allowing for bold input and italics etc..) then to send this document to microsoft word 2003 however i am not able to get the formating to copy over to word.

I have found that using Richtext and then saving the document as a word file would be suitable....however how do i generate a single richtext file using data that is entered on to my userform?

My userform is currently a multitab C# Windows form

Please help me somebody
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top