Thread: Deriving from CEditView?

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    162

    Deriving from CEditView?

    Is there any way I can use the code that is in CEditView class to display my own text file? I have my own program written up to do everything I need so far, except display it....It would be great if I could use it....thx.

  2. #2
    Registered User Codeplug's Avatar
    Join Date
    Mar 2003
    Posts
    4,981
    Do you know or are you using Document-View architecture? Or MFC?

    If you don't need any fancy formatting (or more than 64k of text) then you can just use an Edit control. Otherwise, you can use a Rich Edit control.

    gg

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Deriving from std::except
    By Mario F. in forum C++ Programming
    Replies: 5
    Last Post: 06-23-2007, 07:20 AM
  2. Set View Position in CEditView :: MFC
    By kuphryn in forum Windows Programming
    Replies: 1
    Last Post: 05-21-2002, 09:27 PM
  3. Speeding Up Display Time in CEditView :: MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 04-22-2002, 07:24 PM
  4. Accessing a Specific Text Line Inside CEditView :: MFC
    By kuphryn in forum Windows Programming
    Replies: 2
    Last Post: 04-14-2002, 08:12 PM
  5. Accessing CEdit Member Functions Inside CEditView ::MFC
    By kuphryn in forum Windows Programming
    Replies: 0
    Last Post: 04-10-2002, 08:52 PM