VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



Flickerfree Scrolling Credit About box

by Duane A Newman (1 Submission)
Category: Custom Controls/Forms/Menus
Compatability: Visual Basic 3.0
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (5 Votes)

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.

Assumes
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

Rate Flickerfree Scrolling Credit About box

Download Flickerfree Scrolling Credit About box

Download Flickerfree Scrolling Credit About box (7 KB)

Flickerfree Scrolling Credit About box Comments

No comments have been posted about Flickerfree Scrolling Credit About box. Why not be the first to post a comment about Flickerfree Scrolling Credit About box.

Post your comment

Subject:
Message:
0/1000 characters