tommytx Posted March 20, 2012 Posted March 20, 2012 I am familiar with resizing the GUI and the IE inside the gui, but when I generate a window via IE that is not inside a gui.. how do I set the size. I am familiar with the javascript commands to move and spawn and resize the window, but do we have commands to move, resize and spawn a window of say 500x300 from autoit without using the Gui? For example I need something like.... $oIE = _IECreate('mydomain.com/myfile.htm, width, height) Then be able to move it to any position on the screen without javascript.... Thanks
wakillon Posted March 20, 2012 Posted March 20, 2012 See _IEPropertySet function. AutoIt 3.3.18.0 X86 - SciTE 4.4.6.0 - WIN 11 24H2 X64 - Other Examples Scripts
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