VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



This code moves the form caption.

by Argirco Popov - GigaC (1 Submission)
Category: Miscellaneous
Compatability: Visual Basic 5.0
Difficulty: Unknown Difficulty
Originally Published: Thu 21st July 2005
Date Added: Mon 8th February 2021
Rating: (1 Votes)

This code moves the form caption.

Rate This code moves the form caption.



sTr = Mid(sTr, 2) & Left(sTr, 1)
Form1.Caption = sTr

'form load
sTr = String(18, " ") + "Author on this program is GigaC"

Download this snippet    Add to My Saved Code

This code moves the form caption. Comments

No comments have been posted about This code moves the form caption.. Why not be the first to post a comment about This code moves the form caption..

Post your comment

Subject:
Message:
0/1000 characters