Jump to content

Resize Window Help


tylerh27
 Share

Recommended Posts

You need the style $WS_SIZEBOX

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Link to comment
Share on other sites

  • 6 months later...

I am trying to do the same thing only imbed the IE browser window. Is there a way to make that automatically resize when the main window resizes?

Here is a snippet of my code:

GUICreate("Test",900,600,Default, Default, BitOr($GUI_SS_DEFAULT_GUI,$WS_MAXIMIZEBOX,$WS_SIZEBOX ))

GUISetState()

$oIE = _IECreateEmbedded ()

$GUIActiveX = GUICtrlCreateObj($oIE, 270, 6, 620, 540)

_IENavigate ($oIE, $site,0 )

Edited by ncc1701
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...