ninhgiangbs Posted October 29, 2013 Posted October 29, 2013 (edited) 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 October 29, 2013 by ninhgiangbs
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