Click to See Complete Forum and Search --> : display text inside a formview


alcon17
June 7th, 1999, 11:43 AM
How do I display text from a file into a formview?
Any help would be great.

Al

ChrisD
June 7th, 1999, 11:49 AM
If all you want to do in your form view is display text try using CEditView in place of CFormView.

HTH,
chris

alcon17
June 7th, 1999, 11:52 AM
I also need controls to be displayed on there with formatted text

ChrisD
June 7th, 1999, 11:57 AM
Then use a richedit control it allows you to format text and display it. Be sure to call AfxInitRichEdit() in your application InitInstance function.

HTH,
chris