Jump to content

Recommended Posts

Posted

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.

:)

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
×
×
  • Create New...