Jump to content

@SW_MAXIMIZE problem


Guest mrains
 Share

Recommended Posts

Guest mrains

Hi,

I'm having trouble getting @SW_MAXIMIZE to work with classname "Transparent Windows Client" i.e. a Citrix seamless window.

Here is the example code..

WinActivate($appwin)

WinWaitActive($appwin)

WinSetState($appwin, "", @SW_MAXIMIZE)

I've also tried the following without success..

Opt("WinTitleMatchMode", 4)

WinSetState("classname=Transparent Windows Client", "", @SW_MAXIMIZE)

Any idea?

Cheers,

Matt

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