Scrollable Forms? 
Author Message
 Scrollable Forms?

Is there a way to create a form in VB6 that is bigger than the screen,
but that you can scroll down?  I guess one that would be similar to a
long web page?

Dave



Wed, 03 Aug 2005 07:32:15 GMT  
 Scrollable Forms?
go to msdn.microsoft.com, and search the knowledge base for the term
'scrollable viewport'

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.


# Is there a way to create a form in VB6 that is bigger than the screen,
# but that you can scroll down?  I guess one that would be similar to a
# long web page?
#
# Dave



Wed, 03 Aug 2005 08:36:02 GMT  
 Scrollable Forms?
I have source code that demonstrates what you are trying to do.
Let me know if I can send it to you in zip format.
--
Thanks !

Jim


"If you are living like there is no God ...
  ... you better be right !"



Wed, 03 Aug 2005 09:25:07 GMT  
 Scrollable Forms?
I did a search on MSDN, but to no surprise, I just kept getting the
same recommended sites - all nothing to do with what I entered.

Could you please send me code to demonstrate what this gentleman
asked?

Thanks.


Thanks so much!

On Sat, 15 Feb 2003 01:25:07 GMT, "Logit"

Quote:

>I have source code that demonstrates what you are trying to do.
>Let me know if I can send it to you in zip format.

---Atreju---


Fri, 05 Aug 2005 00:18:56 GMT  
 Scrollable Forms?
http://www.mvps.org/vbnet/search/main/searchms.htm ... enter Q186429

--

Randy Birch
MVP Visual Basic
http://www.mvps.org/vbnet/
Please respond only to the newsgroups so all can benefit.


# I did a search on MSDN, but to no surprise, I just kept getting the
# same recommended sites - all nothing to do with what I entered.
#
# Could you please send me code to demonstrate what this gentleman
# asked?
#
# Thanks.
#

#
# Thanks so much!
#
# On Sat, 15 Feb 2003 01:25:07 GMT, "Logit"
#
# >I have source code that demonstrates what you are trying to do.
# >Let me know if I can send it to you in zip format.
#
#
#
# ---Atreju---



Fri, 05 Aug 2005 00:59:06 GMT  
 Scrollable Forms?

Quote:

>Is there a way to create a form in VB6 that is bigger than the screen,
>but that you can scroll down?  I guess one that would be similar to a
>long web page?

No, but what you can do is place a picturebox or a frame on a form that is
bigger than the form and add a vertical scroll bar to scroll the picturebox up
and down.  Go to the Knowledgebase and search for article Q186429.

Lee Weiner
lee AT leeweiner DOT org



Sun, 07 Aug 2005 10:16:31 GMT  
 
 [ 6 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