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

Thread: Scrolling Forms

  1. #1
    Join Date
    Nov 1998
    Location
    Philadelphia, USA
    Posts
    11

    Scrolling Forms



    Does anyone know how to do a scrolling form?

    I used to use a VBX from Sheridan called VBASCroll - came with VBASSIST

    I dont have access to an OCX. As powerful as VB6 is I am hopeful that it can be done within the VB6 environment

    Thanks for any help

    Rob Hermans

  2. #2
    Join Date
    Apr 1999
    Location
    Rotterdam, Netherlands
    Posts
    278

    Re: Scrolling Forms



    As far as I know, VB 6 is still not supporting scrollable forms.

    Of course you can use the workaround by using a picture box and scrollbars, or try to modify the window style with SetWindowLong with the WS_VSCROLL and WS_HSCROLL constants

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