Hi!
I have a label control.The DimensionS of label control are
height=480 and
width=384 for per letter.I mean that the height of the label control is fixed but width of the label control can change.go as follows
label1.width=len(label1.caption)*384
But depending of the font I have chosen,the text can't fill all of the label control.
The problem is that ,for each character I type,the space left after each letter adds up to fill too much space on the screen.
For example when I type 6 letters,there must not be any blank.The text must fill the label control
Thanks in advice...
I have a label control.The DimensionS of label control are
height=480 and
width=384 for per letter.I mean that the height of the label control is fixed but width of the label control can change.go as follows
label1.width=len(label1.caption)*384
But depending of the font I have chosen,the text can't fill all of the label control.
The problem is that ,for each character I type,the space left after each letter adds up to fill too much space on the screen.
For example when I type 6 letters,there must not be any blank.The text must fill the label control
Thanks in advice...