spoo Posted November 8, 2019 Posted November 8, 2019 Hello , how to i close the IE browser pop window as attached in the image . Local $hIE = WinGetHandle("[Class:IEFrame]") Local $hCtrl = ControlGetHandle($hIE, "", "[ClassNN:DirectUIHWND1]") Winclose($hCtrl) when i use the above code window gets grayed out but does not close completely . Please help me close the pop up.
InnI Posted November 8, 2019 Posted November 8, 2019 ControlHide("[Class:IEFrame]", "", "Frame Notification Bar1")
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