Flashing shape on a form
Flashing shape on a form
Rate Flashing shape on a form
(1(1 Vote))
under the timer1.timer
(2)put a shape control on the form
(3)set the shape backstyle to opaque
(4)change the shape backcolor to whatever you want
(5)set the timer interval to 300
if timer1.visible = true then
timer1.visible = false
else
timer1.visible = true
end if
Flashing shape on a form Comments
No comments yet — be the first to post one!
Post a Comment