Jump to content

String Length


Recommended Posts

There's a trick in VB that works quite nicely: you setup an invisible label control, which has AutoSize set to True, and WordWrap set to False. This makes the control resize itself (width-wise) depending on the value of it's Caption property.

So you set the Font property, the Caption property, and read back it's new Width property.

Dunno much (anything) about Au3 GUI, but I hope this helps.

:)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...