gtype Posted May 5, 2008 Posted May 5, 2008 Hey there again! Does anyone know how to close all tabs in IE7? the _IEQuit ($object) (or $object.quit) only close one tab . I wanted to close the window, all tabs included. I couldnt find anything about it on msdn. Thanks
gtype Posted May 5, 2008 Author Posted May 5, 2008 can i send to the object? cause i have multiple windows, and i dont want to activate it and then send the keys
AdmiralAlkex Posted May 5, 2008 Posted May 5, 2008 Maybe PrecessClose(), WinClose() or WinKill()??? .Some of my scripts: ShiftER, Codec-Control, Resolution switcher for HTC ShiftSome of my UDFs: SDL UDF, SetDefaultDllDirectories, Converting GDI+ Bitmap/Image to SDL Surface
gtype Posted May 5, 2008 Author Posted May 5, 2008 (edited) winclose and winkill requires the title and there can be confusion because ill have many ie windows open. processclose i would have to map de pid to the object when using _IECreate? how can i do that? what i really wanted was a way using the $object. thanks edit: Nevermind, got it Edited May 5, 2008 by gtype
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