Jump to content

Gui with Ie embedded without click sound is possible???


ra95
 Share

Recommended Posts

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

Link to comment
Share on other sites

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)

Hi very thx

I' decide for one of this couple solution.

anymore Thx

ra95

P.s.

REsolved for me ^^

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