-
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
-
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