Click here to Skip to main content
15,928,983 members
Home / Discussions / C#
   

C#

 
GeneralRe: Text length in pixels Pin
Chris Rickard20-Jun-02 11:36
Chris Rickard20-Jun-02 11:36 
GeneralRe: Text length in pixels Pin
Vanclei21-Jun-02 7:26
Vanclei21-Jun-02 7:26 
QuestionHow to convert .idl files of COM objects for C# Pin
20-Jun-02 6:10
suss20-Jun-02 6:10 
GeneralParsing RichText File Pin
kyledunn20-Jun-02 1:17
kyledunn20-Jun-02 1:17 
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:04
leppie20-Jun-02 4:04 
GeneralRe: Parsing RichText File Pin
kyledunn20-Jun-02 4:10
kyledunn20-Jun-02 4:10 
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:25
leppie20-Jun-02 4:25 
GeneralRe: Parsing RichText File Pin
kyledunn20-Jun-02 4:38
kyledunn20-Jun-02 4:38 
Yes, I use the LoadFile method to load the file except I use the rtf extension for the filename, richTextBox1.LoadFile(@"C:\MyDocs\Testdoc.rtf"); and it does render properly in the richTextBox1. I can change the formatting, cut and paste images, save and reload the file and it always renders properly to the screen complete with images and formatting. I would like to print what I see on the screen. Actually I want to add the richTextBox contents to the end of a report I am already successfully printing. I can send the richtext formatting code to a stream and thought I might have to parse it to convert it the the proper information to feed the drawstring methods for printing. But I will appreciate any other options as well that will allow me to print the rtf document. Thanks for your help.

Kyle
GeneralRe: Parsing RichText File Pin
leppie20-Jun-02 4:51
leppie20-Jun-02 4:51 
Generalimg button event Pin
sharon19-Jun-02 22:44
sharon19-Jun-02 22:44 
GeneralRe: img button event Pin
Chris Rickard20-Jun-02 5:38
Chris Rickard20-Jun-02 5:38 
GeneralRe: img button event Pin
sharon22-Jun-02 20:17
sharon22-Jun-02 20:17 
GeneralDll in VC # Pin
Member 1697719-Jun-02 21:04
Member 1697719-Jun-02 21:04 
GeneralRe: Dll in VC # Pin
Mazdak19-Jun-02 21:19
Mazdak19-Jun-02 21:19 
GeneralRe: Dll in VC # Pin
leppie19-Jun-02 21:22
leppie19-Jun-02 21:22 
GeneralRe: Dll in VC # Pin
Member 1697719-Jun-02 21:40
Member 1697719-Jun-02 21:40 
GeneralRe: Dll in VC # Pin
20-Jun-02 6:28
suss20-Jun-02 6:28 
GeneralRe: Dll in VC # Pin
leppie20-Jun-02 7:10
leppie20-Jun-02 7:10 
GeneralRe: Dll in VC # Pin
James T. Johnson20-Jun-02 13:51
James T. Johnson20-Jun-02 13:51 
GeneralWhere's the namespace "System.Management" Pin
Feng Qin19-Jun-02 19:56
Feng Qin19-Jun-02 19:56 
GeneralRe: Where's the namespace "System.Management" Pin
leppie19-Jun-02 21:02
leppie19-Jun-02 21:02 
GeneralRe: Where's the namespace "System.Management" Pin
Feng Qin19-Jun-02 22:54
Feng Qin19-Jun-02 22:54 
GeneralInstance Handle for Bitmap.FromResource Pin
Jamie Nordmeyer19-Jun-02 13:00
Jamie Nordmeyer19-Jun-02 13:00 
GeneralRe: Instance Handle for Bitmap.FromResource Pin
Nish Nishant19-Jun-02 13:10
sitebuilderNish Nishant19-Jun-02 13:10 
GeneralRe: Instance Handle for Bitmap.FromResource Pin
James T. Johnson19-Jun-02 13:47
James T. Johnson19-Jun-02 13:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.