karliky Posted July 20, 2009 Posted July 20, 2009 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.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
karliky Posted July 20, 2009 Author Posted July 20, 2009 GUISetStyle() without $WS_EX_CLIENTEDGE style.Like this?GUICtrlSetStyle($GUIActiveX, -1) It doesn't work for me
karliky Posted July 24, 2009 Author Posted July 24, 2009 I can't find anything related to this. Maybe it's impossible to delete it?
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