Click to See Complete Forum and Search --> : Scrolling Forms


Rob HErmans
November 26th, 1998, 12:37 AM
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

Rob Hermans
November 26th, 1998, 12:37 AM
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

Crazy D
November 26th, 1998, 02:05 AM
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