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
    22

    CScrollView in the Dialog

    I try to draw in the Dialog, but the area, in which I may draw (such as line, rectangels..) exceed the border of the dialog.
    So I try to add some controls which may work as the CScrollView, but I don't know how.
    I have tried to let the CScrollView as the basic class of the dialog, but then the VC changed the Dialog to the ChildWindow and it effected the other Active Controls.
    If somebody has the solution, please tell me ASAP, thanks!


  2. #2
    Join Date
    May 1999
    Location
    Republic of Korea
    Posts
    74

    Re: CScrollView in the Dialog

    If possible, try to use CFormView for your dialog box.
    CFormView is derived from CScrollView.



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