Scrollable Forms 
Author Message
 Scrollable Forms

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?


Sat, 30 Mar 2002 03:00:00 GMT  
 Scrollable Forms
use a RichText Box to display the webpage on, and set the ScrollBar status
of the RichText to Vertical.

trippz


Quote:
> 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?



Sun, 31 Mar 2002 03:00:00 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Create Scrollable Forms with Power Form Scroll OCX

2. scrollable form

3. scrollable form

4. Scrollable Forms?

5. Scrollable Forms

6. Scrollable form and picturebox

7. Scrollable form?

8. scrollable forms

9. Scrollable Forms?

10. Scrollable form

11. Scrollable form?

12. Scrollable Forms To display Access Tables!!

 

 
Powered by phpBB® Forum Software