Menu

[42874b]: / SQL Generator / Animation.vb  Maximize  Restore  History

Download this file

10 lines (8 with data), 225 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Friend Class Animation
Shared Sub Close(Form As Object)
Do
Form.Opacity = Form.Opacity - 0.02
System.Threading.Thread.Sleep(4)
Loop Until Form.Opacity = 0
End Sub
End Class
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.