|
-
Sep 17th, 2000, 11:30 AM
#1
Thread Starter
Addicted Member
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!
-
Sep 17th, 2000, 11:55 AM
#2
Thread Starter
Addicted Member
Dummy post to get this post to the top..........sorry
-
Sep 19th, 2000, 10:29 PM
#3
-
Sep 19th, 2000, 10:47 PM
#4
Frenzied Member
-
Sep 19th, 2000, 11:06 PM
#5
Frenzied Member
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...
-
Sep 19th, 2000, 11:21 PM
#6

Maybe instead of Backup, you should try COMPILE and ORGANIZE .
-
Sep 21st, 2000, 07:47 AM
#7
transcendental analytic
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.
Use  
writing software in C++ is like driving rivets into steel beam with a toothpick.
writing haskell makes your life easier:
reverse (p (6*9)) where p x|x==0=""|True=chr (48+z): p y where (y,z)=divMod x 13
To throw away OOP for low level languages is myopia, to keep OOP is hyperopia. To throw away OOP for a high level language is insight.
-
Sep 21st, 2000, 08:04 AM
#8
Addicted Member
Maybe you can just download the 128Meg DirectX 7 SDK, and try effects from that (The SDK is filled with examples)
-
Sep 21st, 2000, 08:14 AM
#9
Fanatic Member
-
Sep 21st, 2000, 11:47 AM
#10
Fanatic Member
This is also a good starting point for Blt, transparency, scrolling, ...:
http://www.vbexplorer.com/VB_Downloads.asp
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
|