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

    scrolling dialog contents



    I would like to display a consistent sized dialog box, but have a variable sized content. The idea is to create varying form questionnaires and have them displayed in a dialog. Are there any available tricks to be able to scroll the contents of a dialog box. (I do not want to scroll the dialog box itself, just the non-viewable content within.)

  2. #2
    Join Date
    Apr 1999
    Location
    Miami, FL
    Posts
    67

    Re: scrolling dialog contents



    An idea that pops into my head is an SDI app with a CFormView class to hold your dialog template. This will give you automatic scrollability, although the user will be able to resize the window.


    Other than that, I don't know what you can use.


    Good luck!

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