jerem488 2 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] Share this post Link to post Share on other sites
wakillon 403 Posted August 8, 2011 Did you try _IEPropertySet ( $oIE, "resizable", 0 ) AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
jerem488 2 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] Share this post Link to post Share on other sites
wakillon 403 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.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Share this post Link to post Share on other sites
jerem488 2 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] Share this post Link to post Share on other sites
ATR 0 Posted August 9, 2011 Nobody have a solution ? Share this post Link to post Share on other sites