TheBib Posted January 28, 2010 Share Posted January 28, 2010 Hi, I create a GUI with an embeded IE. This GUI is a licence agreement with the licence displayed in a web page (for more readable content). The embeded IE display a scroll bar. Is it possible to disable the "accept" button until the user reach the end of the page ? Can I detect the end of the scroll bar ? Thanks, Regards. Link to comment Share on other sites More sharing options...
picea892 Posted January 28, 2010 Share Posted January 28, 2010 (edited) Hi TheBibI would suggest you explore using _GUICtrlListView_GetTopIndexThis link might get you started.Edit] hmmm you may not be talking about a listview, sorry if I went off on a tangent. Edited January 28, 2010 by picea892 Link to comment Share on other sites More sharing options...
water Posted January 28, 2010 Share Posted January 28, 2010 A quick search led me to the _GUIScrollbars_* functions (see the help file -> user defined functions -> GUIScrollBars Management). There might be a function that can help you. My UDFs and Tutorials: Spoiler UDFs: Active Directory (NEW 2024-07-28 - Version 1.6.3.0) - Download - General Help & Support - Example Scripts - Wiki ExcelChart (2017-07-21 - Version 0.4.0.1) - Download - General Help & Support - Example Scripts OutlookEX (2021-11-16 - Version 1.7.0.0) - Download - General Help & Support - Example Scripts - Wiki OutlookEX_GUI (2021-04-13 - Version 1.4.0.0) - Download Outlook Tools (2019-07-22 - Version 0.6.0.0) - Download - General Help & Support - Wiki PowerPoint (2021-08-31 - Version 1.5.0.0) - Download - General Help & Support - Example Scripts - Wiki Task Scheduler (2022-07-28 - Version 1.6.0.1) - Download - General Help & Support - Wiki Standard UDFs: Excel - Example Scripts - Wiki Word - Wiki Tutorials: ADO - Wiki WebDriver - Wiki Link to comment Share on other sites More sharing options...
Zedna Posted January 28, 2010 Share Posted January 28, 2010 Use GUIRegisterMsg to catch WM_VSCROLL message and test scrollbar position if it's at the end. Resources UDF ResourcesEx UDF AutoIt Forum Search Link to comment Share on other sites More sharing options...
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