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

    Editing functionality into view derived from CScrollView

    Hi all

    I want to add editing functionality to my view which is derived from CScrollView. (Use of CEditView is ruled out for some other project reasons).

    Anyone please enlighten me in this subject........

    Thanks in advance

    hafi


  2. #2
    Join Date
    Apr 1999
    Posts
    191

    Re: Editing functionality into view derived from CScrollView

    Have you tried adding a CEditCtrl to your class? I don't know whether it will work, but it may be worth a try.


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