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

    How can implement view as CScrollView+CEditView View ???? URGENT

    Hi all,

    I have a view derived from CScrollView. I want to make it is like a CEditView ie My View is CScrollView + CEditView.
    I want to edit there and I want to draw with DC. How it can implement?...Is it possible ...

    All comments are welcome.

    Thanks In Advance.
    Kareem.


  2. #2
    Guest

    Re: How can implement view as CScrollView+CEditView View ???? URGENT

    Add a child of your scrollview of CEdit type.
    Sincerely, Mihai


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