Really dumb question 
Author Message
 Really dumb question

I know this is probably a really stupid question, but I don't have any
resources to help me figure this out and I can't seem to get a VScrollBar to
work right in VB6.  After I've drawn it using the controls, when I try to
run my program the scroll bar moves but the page doesn't scroll up and down
like it should.  Assuming that the properties haven't been changed, is there
a property to change that I don't know about or is there some code that I am
supposed to write to accomplish this simple task.  Thanks in advance for any
help.

Wesley Wright



Wed, 22 Oct 2003 09:13:33 GMT  
 Really dumb question
The Scroll Bar control is exactly what it says on the tin! It is simply a
little "bar" that can be scrolled by the user. If you want your computer to
do something other than simply scrolling the little bar then you need to
write some code to do it. I am not trying to annoy you when I say this, but
it seems to me that you need to buy a VB for Beginners book and study it.

Mike


Quote:
> I know this is probably a really stupid question, but I don't have any
> resources to help me figure this out and I can't seem to get a VScrollBar
to
> work right in VB6.  After I've drawn it using the controls, when I try to
> run my program the scroll bar moves but the page doesn't scroll up and
down
> like it should.  Assuming that the properties haven't been changed, is
there
> a property to change that I don't know about or is there some code that I
am
> supposed to write to accomplish this simple task.  Thanks in advance for
any
> help.

> Wesley Wright



Wed, 22 Oct 2003 11:41:48 GMT  
 Really dumb question
Forms and controls do not just scroll because a scrollbar has been added to
the form - you need to set up the layout and code to accomplish this.

Go to msdn.microsoft.com, Knowledge base search, and search for "scrollable
viewport".

--

Randy Birch
MVP Visual Basic

http://www.mvps.org/vbnet/

Please respond only to the newsgroups so all can benefit.


: I know this is probably a really stupid question, but I don't have any
: resources to help me figure this out and I can't seem to get a VScrollBar
to
: work right in VB6.  After I've drawn it using the controls, when I try to
: run my program the scroll bar moves but the page doesn't scroll up and
down
: like it should.  Assuming that the properties haven't been changed, is
there
: a property to change that I don't know about or is there some code that I
am
: supposed to write to accomplish this simple task.  Thanks in advance for
any
: help.
:
: Wesley Wright
:
:



Wed, 22 Oct 2003 12:14:32 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. This is a really really dumb question.

2. Really dumb question about As

3. really dumb question

4. A really dumb question... OS Detection

5. Really dumb question

6. Really dumb question: How do I call one .EXE from another, passing parms into the constructor?

7. Really dumb textbox newbie question..

8. Newbie: dumb question, very dumb....

9. this is going to sound really dumb...

10. Really dumb : creating a hyperlink ?

11. Really dumb : creating a hyperlink ?

12. Really really stuck on this one. (QBasic Question)

 

 
Powered by phpBB® Forum Software