Quote Originally Posted by KurtB View Post
controlName.Width = controlName.TextWidth(Caption)
VBCCR doesnt support the control property .TextWidth ...

having a AutoSize property would be very handy...

sometimes when needed i use the API GetTextExtentPoint32W to determine the width of unicode text.