JasonEnsor
Programmer
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
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