Click to See Complete Forum and Search --> : scrolling
MarinoRules
Apr 17th, 2001, 01:37 PM
hey, i'm working on learning the basics, and i was looking at how to make a scrolling picture box- the VB help file confused me even more. Anyone know a good tutorial or something to explain it to me?
plenderj
Apr 19th, 2001, 05:29 AM
Are you talking about using BitBlt to simulate scrolling or .... ?
MarinoRules
Apr 19th, 2001, 12:23 PM
heh- no, just putting the code behind a scroll bar to scroll through a picture box :D
plenderj
Apr 20th, 2001, 01:58 AM
Well believe it or not the only way I can think of scrolling a picture through a picturebox is by using the BitBlt API.
When the scrollbars change, then you would Blit from a different part of the picture ; thus immitating scrolling....
Fox
Apr 20th, 2001, 02:20 AM
*argh* picture boxes!:eek:
Please check out my tutorial or learn BitBlt somewhere other, but don't use scrolling picture boxes!!!
Tutorial (check out part 4) (http://fox.acky.net/english/coding/tutorial/index.html)
Mad Compie
Apr 20th, 2001, 01:26 PM
What about the ScrollDC API? I can't find any examples on the web about this API (just like ScrollWindow).
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.