Make form open like a curtain
Make form open like a curtain
API Declarations
set the first timer to 50 then
the second timer to as much seconds as you want to the curtain to came down (1000 = 1 second)
Rate Make form open like a curtain
(1(1 Vote))
Me.Height = Me.Height + 100
End Sub
Private Sub Timer2_Timer()
Timer1.Enabled = False
End Sub
Make form open like a curtain Comments
No comments yet — be the first to post one!
Post a Comment