Thread: How to activate hor. & vert. scrollbars ?

  1. #1
    Registered User
    Join Date
    Aug 2004
    Posts
    37

    Unhappy How to activate hor. & vert. scrollbars ?

    Hello:

    I've created a dialog with hor. & vert. scrollbars.

    What should I do to get them working ?

    Any reply will be much appreciated.

    Regards.

    Frandy

  2. #2
    Registered User
    Join Date
    Sep 2004
    Location
    California
    Posts
    3,268
    Does the dialog itself have scroll bars, or there is some sort of edit or list control on the dialog that has scroll bars?

  3. #3
    Registered User
    Join Date
    Aug 2004
    Posts
    37
    Yes, the dialog itself has the scroll bars.

    Regards.

    Frandy

  4. #4
    It's full of stars adrianxw's Avatar
    Join Date
    Aug 2001
    Posts
    4,829
    Are you talking about standard scroll bars or scroll bar controls? I presume you know you should handle WM_VSCROLL and WM_HSCROLL messages?
    Wave upon wave of demented avengers march cheerfully out of obscurity unto the dream.

  5. #5
    Registered User
    Join Date
    Aug 2004
    Posts
    37
    Standard scroll bars for my dialog that receives text.
    WM_VSCROLL and W__HSCROLL Messages have been added.
    Is there specific code to add too?
    Regards.
    Frandy

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. How to remove Scrollbars from a C# Console App?
    By Gingerage in forum C# Programming
    Replies: 1
    Last Post: 09-26-2008, 03:50 AM
  2. Scrollbars in dialog
    By Frandy in forum Windows Programming
    Replies: 7
    Last Post: 02-16-2005, 01:35 AM
  3. Scrollbars
    By SOS in forum Windows Programming
    Replies: 2
    Last Post: 08-16-2002, 04:21 PM