https://bugzilla.novell.com/show_bug.cgi?id=342516#c6





--- Comment #6 from Eric Petit <[EMAIL PROTECTED]>  2007-11-25 14:21:18 MST ---
Some news, i changed a little my method to use RTF textbox, now i see most a
Not yet implemented than a Bug.
 -I complety clear the text property of the Rtftextbox from MS Winform designer
 -I create a rtf file with wordpad from windows, change some fonts size, color
and alignement
 -Save the file 
 - Open it with a text editor, like this i see the text but also the RTF.
 - Open the property of my project with MS VC#Express and add a ressource
called "RtfAbout" and paste inside the text + rtf content.
 - In the load event of my form i say 
this.richTextBox1.Rtf = CsObexFtp.Properties.Resources.RtfAbout;
Where "CsObexFtp" is my namespace/App name

At run time Mono take only part of RTF, size of font, but it doesn't take color
and alignement.


-- 
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to