Matz Posted November 20, 2006 Posted November 20, 2006 Hi. Is there a solution for reading the position of the VScroll in an GuiCtrlCreateEdit box? I want to make a GUI that you have to scroll down a "disclaimer" but you cant click next before you have scrolled down the entire text.
HardCopy Posted November 20, 2006 Posted November 20, 2006 Hi.Is there a solution for reading the position of the VScroll in an GuiCtrlCreateEdit box?I want to make a GUI that you have to scroll down a "disclaimer" but you cant click next before you have scrolled down the entire text. some discussion on a similar topic here Good LuckHardCopy Contributions: UDF _DateYearFirstChildren are like Farts, you can just about stand your own.Why am I not a Vegetarian?...Well...my ancestors didn't fight & evolve to the Top of the food chain for me to survive on Salad
Matz Posted November 20, 2006 Author Posted November 20, 2006 Great! Thanks both. I found a solution in your post HardCopy... Using a : if (_GUICtrlEditGetFirstVisibleLine($Edit1) > 100) Then ControlEnable($Form1, "The Easy Button", $Button1) Inside the while function in the GUI Thanks Matz
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