I have seen example of scrollable bitmaps for
Visual Basic 6. I am looking
to create scrollable form functionality. Meaning, I want to create the feel
of a web interface where a user will be able to view all contents of a form,
even if it's window size will not allow immediate viewing. Example: When
not all the information of a web page is visible, a user can scroll to see
the rest of the web page. How would this be accomplished in VB 6?