I have a label in which I want to enter a string of any length
The text is ALWAYS only one line long (single line)
the label should automatically adjust the length.
Isn't there an automatic?
(autofit)
Is that all you can do?
Dim C As Canvas
C. Initialize (Activity)
Dim X As Int
X = C. MeasureStringWidth ("textwidth", default_font, 30)
Msgbox (x,"")
The font size is always fixed.
So I don't want a function that reduces the font size.