VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



You can type anything on form caption.

by hlwong (2 Submissions)
Category: Custom Controls/Forms/Menus
Compatability: VB 6.0
Difficulty: Unknown Difficulty
Originally Published: Mon 29th October 2001
Date Added: Mon 8th February 2021
Rating: (1 Votes)

You can type anything on form caption.

Rate You can type anything on form caption.



For x = 1 To 255
If KeyAscii = x Then Me.Caption = Me.Caption & Chr(x)
Next
End Sub

Private Sub Form_Load()
Me.Caption = ""
End Sub


Download this snippet    Add to My Saved Code

You can type anything on form caption. Comments

No comments have been posted about You can type anything on form caption.. Why not be the first to post a comment about You can type anything on form caption..

Post your comment

Subject:
Message:
0/1000 characters