by Mad Compie (1 Submission)
Category: Graphics
Compatability: Visual Basic 5.0
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating:
(9 Votes)

I wanted to do something with special FX, like real dropshadow FX like in Photoshop or PaintShopPro.
Nobody could answer my questions at www.vbforums.com, only "Cyborg" gave me some usefuladvice about the blending parts. (tx...)
Now, the GFX part has already been coded and works fine & fast. Very fast! Very very fast!!!
SIMPLE CODE!!! NO DIRECTX!!! TRANSPARENCY!!! TRANSLUCENCY!!!
This is a preliminary project with goals to maintain a company's ICT infrastructure.
It also includes: hover buttons with special FX (in software, very fast!), SysTray handling, irregular forms, texturing, ...
SMALL CODE!!!
Assumes
Perform transparent (!) dropshadows on any given text (Font, Bold, ForeColor, ShadowColor, ShadowDepth, X & Y) on any given hDC.
It doesn't use DirectX.
It's very very fast! It runs even very fast on a Pentium III @450MHz... (Thanks to the DIB section algorithms)
It uses some code from VBAccelerator.com (thank you!)
Why should you include .GIF & .JPG if you can do it in code?
Side Effects
The SysTray event trigger is not yet 100% when a child window is opened. (= small modification)
Download Drop Shadow (41 KB)