Jump to content

Delete sunken client edge


 Share

Recommended Posts

I know that $WS_EX_CLIENTEDGE especifies the client edge, but i can't delete it.

$WS_EX_CLIENTEDGE Specifies that a window has a border with a sunken edge.

Posted Image

Func objeto_ie()
$internet = _IECreateEmbedded()                         ;Creamos el objeto de internet explorer
$GUIActiveX = GUICtrlCreateObj($internet,8,68, 213,240) ;Embedemos en la aplicacion el objeto
GUICtrlSetStyle($GUIActiveX, -1, $WS_EX_CLIENTEDGE)  
_IENavigate($internet,@ScriptDir & "\index.html")
EndFunc
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...