Guest mrains Posted March 4, 2005 Share Posted March 4, 2005 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 More sharing options...
Guest mrains Posted March 9, 2005 Share Posted March 9, 2005 ^ bump ^ Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now