St4inL3ss Posted December 9, 2006 Share Posted December 9, 2006 (edited) for example i want to download some values from a website with Inetget, but the number of the values cant be determined beforehand, so i want the gui to make automatically as many labels as needed and update them as the values change Is this possible or do u think there is a better method for this? The problem is i cant find a way to make a loop that will create or change those values depending of the findings in the webpage i want to monitor Edited December 9, 2006 by St4inL3ss Link to comment Share on other sites More sharing options...
Valuater Posted December 9, 2006 Share Posted December 9, 2006 maybe... Inetget() _FileReadToArray() GuiCreate() GUICtrlCreateList() fill the list with the array ???? 8) 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