CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3

Thread: Dialog Box

  1. #1
    Join Date
    May 1999
    Posts
    92

    Dialog Box

    Is there a way to scroll through the controls in a dialog box like in visual basic?


  2. #2
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Dialog Box

    Just add the WS_VSCROLL style to the dialog.

    Regards,

    Paul McKenzie


  3. #3
    Join Date
    May 1999
    Posts
    92

    Re: Dialog Box

    I think I wrote my question incorrectly. I would like to know if there is a collection object that contains all of the object on the Dialog Box?


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