CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 1999
    Posts
    21

    display text inside a formview

    How do I display text from a file into a formview?
    Any help would be great.

    Al


  2. #2
    Join Date
    May 1999
    Posts
    667

    Re: display text inside a formview

    If all you want to do in your form view is display text try using CEditView in place of CFormView.

    HTH,
    chris


  3. #3
    Join Date
    May 1999
    Posts
    21

    Re: display text inside a formview

    I also need controls to be displayed on there with formatted text



  4. #4
    Join Date
    May 1999
    Posts
    667

    Re: display text inside a formview

    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


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured