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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Displaying a couple pages of text?

Status
Not open for further replies.

hankpage

Technical User
Apr 12, 2004
14
US
I have written an application that calculates quite a bit of information. Most of it can be displayed in tabular form so I have used flexgrids extensively. However I need to display a few pages of formulas and text showing the procedure for obtaining the results. The text will be different for each case as variables will be inserted into different areas of the text. I have been planning on using a text box but after taking a look it seems very cumbersome to try and make a super long string for the text property. Is there something that is well suited for this type of problem?

I also need to save the text to a text file but I assume that will be similar to saving the flexgrid data to a text file.
 
There is no other way.

It is necessary to use RichTextBox Control because TextBox supports up to 64?.
For save the text to a text file it is necessary to use CommonDialog Control.


mi1306
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top