jerem488 Posted August 8, 2011 Posted August 8, 2011 Hi all, I have a small problem. I want to lock the size of the webbrowser object. I tested with _IEPropertySet ("resizable, False) and GUICtrlSetResizing(), but it's not working. Thanks Qui ose gagneWho Dares Win[left]CyberExploit[/left]
wakillon Posted August 8, 2011 Posted August 8, 2011 Did you try _IEPropertySet ( $oIE, "resizable", 0 ) AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
jerem488 Posted August 8, 2011 Author Posted August 8, 2011 Did you try _IEPropertySet ( $oIE, "resizable", 0 )No i haven't think, but I tested and it isn't work.. Qui ose gagneWho Dares Win[left]CyberExploit[/left]
wakillon Posted August 8, 2011 Posted August 8, 2011 No i haven't think, but I tested and it isn't work..So, did you try this one : _IEPropertySet ( $oIE ,"resizable", false) AutoIt 3.3.18.0 X86 - SciTE 5.5.7 - WIN 11 24H2 X64 - Other Examples Scripts
jerem488 Posted August 8, 2011 Author Posted August 8, 2011 So, did you try this one : _IEPropertySet ( $oIE ,"resizable", false)Like I said above, I have already tested. Qui ose gagneWho Dares Win[left]CyberExploit[/left]
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