scrollable form 
Author Message
 scrollable form

I'm thinking to make the form scrollable so that i could scroll it to view
the objects on the form itself..something like microsoft word..when we type
our document which ends up more than a page..we can scroll down to the 2nd
page..i don't wan my form to be static because when i view it in 800x600
resolution, some buttons are missing..especially the one at the bottom there
, as i'm designing the form in 1024x768..how to solve this plz?
Thanks in advance..

Jenny



Tue, 15 Jun 2004 18:04:13 GMT  
 scrollable form

Quote:

> I'm thinking to make the form scrollable so that i could scroll it to view
> the objects on the form itself..something like microsoft word..when we type
> our document which ends up more than a page..we can scroll down to the 2nd
> page..i don't wan my form to be static because when i view it in 800x600
> resolution, some buttons are missing..especially the one at the bottom there
> , as i'm designing the form in 1024x768..how to solve this plz?

Visual Studio.Net from what I understand supports scrollable forms
directly. Visual Basic 6 and below don't, but there are some
workarounds:

http://www.thescarms.com/VBasic/ScrollForm.asp (workaround by code)
http://www.elementkjournals.com/ivb/9705/ivb9756.htm (workaround by a
picture box)
http://www.trinitronix.com/products.htm (OCX control; $39.95)

You can also create an MDI form and wrap your scrolling around that,
from what I understand.



Wed, 16 Jun 2004 00:12:26 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. Create Scrollable Forms with Power Form Scroll OCX

2. scrollable form

3. Scrollable Forms

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