|
-
Feb 20th, 2001, 11:21 AM
#1
Thread Starter
Addicted Member
I am needing to scroll some text in a label or textbox or something across the screen. I have been told by several people to use the BitBlt API call instead. Does anybody have a link or any other information that explains this call in lamens terms? I'm new at VB and I'm just not getting it.......... Thanks guys..........
"Don't take life too seriously, you'll never get out alive"
from Van Wilder
-
Feb 20th, 2001, 02:28 PM
#2
Fanatic Member
BitBlt is explained in many articles/tips on this site.
It's just an API. You could compare it to the PaintPicture method in VB6.
Example:
http://www.vbsquare.com/graphics/tip364.html
-
Feb 20th, 2001, 04:05 PM
#3
Unless you are really concerened with speed, you should use PaintPicture instead, because it's a built in Vb function, and you don't need to declare any API's.
Secondly, PaintPicture and BitBlt are both used for pictures. If it's just text that you want to scroll, you might want to use VB's Print method instead.
-
Feb 20th, 2001, 04:09 PM
#4
Thread Starter
Addicted Member
Thanks guys, you've been a great help.........
"Don't take life too seriously, you'll never get out alive"
from Van Wilder
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|