You can type anything on form caption.
You can type anything on form caption.
Rate You can type anything on form caption.
(2(2 Vote))
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
You can type anything on form caption. Comments
No comments yet — be the first to post one!
Post a Comment