Fade a form from the form's color to black.
Fade a form from the form's color to black.
Rate Fade a form from the form's color to black.
(2(2 Vote))
Dim intRGBValue
For intRGBValue = 255 To 0 Step -1
frm.BackColor = RGB(intRGBValue, intRGBValue, intRGBValue)
Next intRGBValue
End Sub
Fade a form from the form's color to black. Comments
No comments yet — be the first to post one!
Post a Comment