Jump to content

Recommended Posts

Posted

I want to be able to re size the window by dragging the corners, and it automatically gets larger or smaller from dragging the corner. can someone help me? iv looked everywhere and cant find this.

Posted

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.

Posted (edited)

also, i cant seem to be able to click the maximize button, why is this?

oh well, now those buttons are gone, only the exit button is there >.>

Edited by tylerh27
  • 6 months later...
Posted (edited)

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

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
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...