VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This will make your Form's caption move...

by Jeffrey R. (1 Submission)
Category: Encryption
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Sun 2nd January 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This will make your Form's caption move...

API Declarations


public counter as string

Rate This will make your Form's caption move...



'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)


Download this snippet    Add to My Saved Code

This will make your Form's caption move... Comments

No comments have been posted about This will make your Form's caption move.... Why not be the first to post a comment about This will make your Form's caption move....

Post your comment

Subject:
Message:
0/1000 characters