How do I display text from a file into a formview?
Any help would be great.
Al
Printable View
How do I display text from a file into a formview?
Any help would be great.
Al
If all you want to do in your form view is display text try using CEditView in place of CFormView.
HTH,
chris
I also need controls to be displayed on there with formatted text
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