
vb4: put tab chr(9) in label.caption or text box.text
Hi,
I want to know if I can add a tab to a label control which I use to display
msgs on a form.
If tried:
lblMessage.caption = "David " & chr(9) & "30"
But I get something like David|30
Thanks, David =8^)