Jump to content

pls help me , disable flash internet explore


ninhgiangbs
 Share

Recommended Posts

pls help me , block flash run the site , and does not allow running multiple programs at the same time , thank you !

#include <ButtonConstants.au3>
    #include <EditConstants.au3>
    #include <GUIConstantsEx.au3>
    #include <WindowsConstants.au3>
    #include <IE.au3>
    #include <WinAPI.au3>
    #include <Process.au3>

_IEErrorHandlerRegister ()

$oIE = _IECreateEmbedded ()
GUICreate("Music", 680, 380, _
        (@DesktopWidth - 640) / 2, (@DesktopHeight - 580) / 2, _
        $WS_OVERLAPPEDWINDOW + $WS_VISIBLE + $WS_CLIPSIBLINGS + $WS_CLIPCHILDREN)
$GUIActiveX = GUICtrlCreateObj($oIE, 10, 10, 670, 360)
GUISetState()
While 1
    Run("RunDll32.exe InetCpl.cpl,ClearMyTracksByProcess 8")
    _IENavigate ($oIE, "http://mp3.zing.vn/bai-hat/Day-By-Day-T-ARA/ZW60FF9E.html")
Sleep (270000)
WEnd
Exit
Edited by ninhgiangbs
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...