Jump to content

Recommended Posts

Posted

Hello,

I use ProgressOn but my text is longer than the default Progress window size so i use this method to resize it:

ProgressOn($Title, "Traitement en cours")
$tmp = WinGetPos($Title)
WinMove($Title, "", $tmp[0], $tmp[1], 400)

Is there a smarter way to do that ???

All ideas are welcome

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...