Hi,
I was wondering if anyone knows how to get a gradient line moving effect like when Windows 95, ME, Windows 2000 are booting up. I have some code that fills a picture box, but not able to make it look like it's scrolling.
Thanks,
JazzBass
JazzBass
In the .NET era
Trying to remember VB6
Progress:
XP Professional @ Home
and @ the Office
All you need is two pictureboxes, one invisible which has the gradient on it (start-end-start colored, so it can be tiled) and another which is shown to the user, you can then use a timer to change the X value every time and use BitBlt to draw the final image.
If you don't know how to do this, post a reply and I'll fix some code for you...
Teaudirenopossum.Musasapientumfixaestinaure. (I can't hear you. There's a banana in my ear)
Thank you very much for your help and time. That's exactly what I needed. I love your gradient. How did you create it. The only graphics program I have that comes remotely close is Star Office Draw.
I'll do some reading on bitblt so I can understand your code.
Thank you again,
JazzBass
Last edited by JazzBass; Mar 16th, 2001 at 10:46 AM.
JazzBass
In the .NET era
Trying to remember VB6
Progress:
XP Professional @ Home
and @ the Office