VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

Routines for fading a picture in different ways (left to right, top to bottom, random, outward, etc

Duane Odom  (1 Submission)   Graphics   Visual Basic 4.0 (32-bit)   Unknown Difficulty   Wed 3rd February 1999   Mon 8th February 2021

Routines for fading a picture in different ways (left to right, top to bottom, random, outward, etc)

API Declarations


Public Const FADE_B_TO_T = 1
Public Const FADE_L_TO_R = 2
Public Const FADE_R_TO_L = 3
Public Const FADE_RANDOM = 4
Public Const FADE_OUTWARD = 5

Declare Sub Sleep Lib "kernel32" (ByVal dwMilliseconds As Long)

Rate Routines for fading a picture in different ways (left to right, top to bottom, random, outward, etc (1(1 Vote))
Routines for fading a picture in different ways (left to right, top to bottom, random, outward, etc.bas

Routines for fading a picture in different ways (left to right, top to bottom, random, outward, etc Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters