ra95 Posted August 14, 2009 Posted August 14, 2009 Hi gui i have created a Gui with obj IE inside, all work very good, but when program change a page (link in navigation) i hear a tipically click of windows. Is It possible remove this annoing sound only for Gui (script of autoit).Or without setting a windows setting of sound??? little start code AutoItSetOption("WinTitleMatchMode", 4) $Formx = GUICreate("Link - Server 1", 500, 200, -1,-1,BitOr($GUI_SS_DEFAULT_GUI,$WS_MAXIMIZEBOX,$WS_SIZEBOX,$WS_EX_LAYERED));creo IEembedded gui $oIE = _IECreateEmbedded();assegno a $oie la creazione dell'oggetto embedded $IEGUI = GUICtrlCreateObj ($oIE, 0, 0, 499, 199);creo l'oggetto grafico GUICtrlSetResizing(-1, $GUI_DOCKBORDERS);possibilita' di ridimensionare GUISetState(@SW_show);setto lo stato visibile AutoItSetOption("WinTitleMatchMode", 4);setto le opzioni $handle = WinGetHandle("Link - Server 1","");setto il titolo della finestra _IELoadWait($oIE,50,5000);attendo caricamento pagina max 5 secondi Thx for all suggestion. Ra95
Valuater Posted August 14, 2009 Posted August 14, 2009 You can #1 Read the registry (from location below) then delete it, then write it back when finished http://www.autoitscript.com/forum/index.php?showtopic=96820&view=findpost&p=696023 #2 you can turn the sound down and then back up when completed 8)
ra95 Posted August 16, 2009 Author Posted August 16, 2009 (edited) You can#1Read the registry (from location below) then delete it, then write it back when finishedhttp://www.autoitscript.com/forum/index.php?showtopic=96820&view=findpost&p=696023#2you can turn the sound down and then back up when completed8)Hi very thxI' decide for one of this couple solution.anymore Thxra95P.s.REsolved for me ^^ Edited August 16, 2009 by ra95
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