by cokey (3 Submissions)
Category: Graphics
Compatability: VB Script
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating:
(16 Votes)

There are a few of these on VBC, but none that allow you to change the size of the flakes or a lot of other things also.
I have commented this code A LOT :)
So it should help newbies and some oldies alike!
API DeclarationsDeclare Function GetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long) As Long
Declare Function SetPixel Lib "gdi32" (ByVal hdc As Long, ByVal X As Long, ByVal Y As Long, ByVal crColor As Long) As Long
Download Snow is falling. (10 KB)