Hi All,
Using VB 6 I want to find out the length of text (in twips?) in a textbox regardless of which font is being used (not a count of characters).
I've tried both
GetTabbedTextExtent()
and
GetTextExtentPoint32()
but they both return 0 even though I can see that there are characters in the textbox.
Thank you.


Reply With Quote