Jump to content

Recommended Posts

Posted (edited)

Hi,

I have external GUI which after I click on button related for this GUI, I need return GUI to normal view (means, this gui have 3 statues views-normal, maximaized, minimaized)

How can I do it?

thanks a lot!

Edited by autoitquestion
Posted

Thx a lot!

Now, it return to normal, BUT I also wish it will be maximaized and then I did:

Sleep(100)

WinsetState ( '', '', @SW_MAXIMIZE )

I also try do:

WinsetState ( '', '', @SW_MAXIMIZE )

WinActivate("[CLASS:WindowsForms10.window.8.app.0.378734a]", "")

But, it did not help...

Any other suggestion?

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