Jump to content

how to maximize a window after it has opend?


Recommended Posts

Hi

this must be simple I am sure.

what is the code to maximize a window while it is open?

I have looked in the help file and found winmaximizeall, this is not good I would like to maximize only a specific one.

Thank you.

Link to comment
Share on other sites

WinSetState($title, $text, @SW_MAXIMIZE)

Edited by mikehunt114
IE Dev ToolbarMSDN: InternetExplorer ObjectMSDN: HTML/DHTML Reference Guide[quote]It is surprising what a man can do when he has to, and how little most men will do when they don't have to. - Walter Linn[/quote]--------------------[font="Franklin Gothic Medium"]Post a reproducer with less than 100 lines of code.[/font]
Link to comment
Share on other sites

Hi

this must be simple I am sure.

what is the code to maximize a window while it is open?

I have looked in the help file and found winmaximizeall, this is not good I would like to maximize only a specific one.

Thank you.

I'm curious. Would you please tell us, in detail, how you searched the help and didn't find WinSetState()? I'm really not putting you down, I've just been reading too many posts where people say they have searched without success and I just don't understand how. What criteria did you specify? I have never (NEVER) been unable to find a function for something I needed to do.

Ralph

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