README.md
December 5, 2022 ยท View on GitHub
Description
'Develop a "drop shadow" around a picturebox. Module uses standard APIs so that code will work in all versions of Windows (Win95 to WinXP).
Produces true, variable width, gradient transparent drop shadows that become part of the original graphic.
More Info
PictureBox, shadow width
'Procedure develops a "drop shadow" around a picturebox (sWidth in Pixels). The right and lower edge sections of the object container are stored in temporary Device Contexts and used as "background(s)" to create the shadow. These
sections are then added to the existing picturebox to create an integral effect.
Adjusted picturebox (includes gradient shadow)
| Submitted On | 2004-04-13 12:19:28 |
| By | Ed Porter |
| Level | Advanced |
| User Rating | 4.9 (79 globes from 16 users) |
| Compatibility | VB 6.0 |
| Category | Graphics |
| World | Visual Basic |
| Archive File | Create_Dro1733064132004.zip |