Click to See Complete Forum and Search --> : GRAPHICS, GRAPHICS AND MORE GRAPHICS!
Xenonic_Rob
Sep 17th, 2000, 11:30 AM
Hey peeps, your fellow webmaster and programmer Xenonic Rob here.
Just wondering, could everyone post links to any great graphics effects in VB? Anything from fading to distortion effects, ANYTHING!
Xenonic_Rob
Sep 17th, 2000, 11:55 AM
Dummy post to get this post to the top..........sorry :)
No links, sorry...
You can use the pagetransition control to create great PRESENTATION effects.
:);):confused::ek::rolleyes::(:mad:
SteveCRM
Sep 19th, 2000, 10:47 PM
http://www.geocities.com/steve_cr_mack/RippleZipped.zip
this is pretty cool ;)
SteveCRM
Sep 19th, 2000, 11:06 PM
you know...one day I should back up this HUGE vb library I have...Its pretty sad when I can even find somehting like that, when I never looked at the code...
:p
Maybe instead of Backup, you should try COMPILE and ORGANIZE :).
kedaman
Sep 21st, 2000, 07:47 AM
That kind of fading (if you do it with bitblt vbsrcand) won't give the correct colors. You have to multiply or divide each pixel with the same factors in RGB. On the other hand if you alphablend on a black or white surface, it will fade correctly. I know there's api for that with Win2k and a control for 98, but that's too uncompatible, so DirectX would be a reasonable option.
kb244
Sep 21st, 2000, 08:04 AM
Maybe you can just download the 128Meg DirectX 7 SDK, and try effects from that (The SDK is filled with examples)
oetje
Sep 21st, 2000, 08:14 AM
These sites show some cool effects.
http://herman.eldering.net/vb/graphics.htm
http://www.advantage.co.nz/ur/vbmemory.htm
Mad Compie
Sep 21st, 2000, 11:47 AM
This is also a good starting point for Blt, transparency, scrolling, ...:
http://www.vbexplorer.com/VB_Downloads.asp
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.