|
-
November 26th, 1998, 01:37 AM
#1
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
-
November 26th, 1998, 03:05 AM
#2
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|