This will make your Form's caption move...
This will make your Form's caption move...
API Declarations
public counter as string
Rate This will make your Form's caption move...
(2(2 Vote))
'paste this to your form
'in the form load type this:
captions="THIS IS GOOD!"'(Change the caption of your choice")
'in the timer type this:
counter = counter +1
if counter = len(Captions) then
counter=0
end if
'(name of form)
form1.caption=right(captions,counter)
This will make your Form's caption move... Comments
No comments yet — be the first to post one!
Post a Comment