CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 1999
    Location
    India, TamilNadu, Chennai.
    Posts
    269

    Increase MAX value of Horizontal Scroll Bar

    By Default HScroll Bar MAX Property Support 32,767 value

    How to Increase HScroll Bar MAX Property Value more than 32,767?

    eg. long datatype value.


    If there is any API function to increase the MAX value, Pls give the sample code.

    Advance Thanks,
    K.Babu
    Please avoid sending emails to my personal mail:
    write your doubts as thread in Codeguru
    Crystal Reports Forum
    .

    This will help all people having similar matters, and will let people who know solutions on the specific topic
    share their knowledge.

    Visit my company web site (Qmax Test Equipments Private Limited)

    Yours friendly,
    K.Babu

  2. #2
    Join Date
    Dec 2001
    Posts
    6,332

    Re: Increase MAX value of Horizontal Scroll Bar

    In the past, I have used a Long variable, and set it to a multiple of the Max value.
    Please remember to rate the posts and threads that you find useful.
    How can something be both new and improved at the same time?

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