Search Tools Links Login

Flickerfree Scrolling Credit About box


Visual Basic 6, or VB Classic

An about/splash box that has a flicker-free Credit scroll. Uses only the form and one Picturebox; bitblt's the pb image into the client area of the form and uses InvalidateRect to force a redraw of only the area affected. Has methods to read data in from a .RES or a text file. Vote for me if you like what I've done with this, but take a look at Mark's original and let him know he did a great job too!
This code uses the basic idea of Mark Robert Strange's 'Flicker Free Gradient Credits' and applies a great deal of modifications to use less resources and have more features.

Original Author: Duane A Newman

Assumptions

You can pretty much just throw this form in and modify your app's RES file or include the credits.txt file in your app path.

Side Effects

None known.

API Declarations

Uses:
BitBlt
InvalidateRect

About this post

Posted: 2002-06-01
By: ArchiveBot
Viewed: 138 times

Categories

Visual Basic 6

Attachments

CODE_UPLOAD79767202000.zip
Posted: 9/3/2020 3:45:00 PM
Size: 7,462 bytes


Loading Comments ...

Comments

No comments have been added for this post.

You must be logged in to make a comment.