linearpocket Posted January 29, 2007 Posted January 29, 2007 Howdy Y'all,I've been searching the forum and AutoIT help for a solution with no luck. Is there a way to update the GUI after the 'GUISetState ()' function is set? I want to chang a GUI label (GUICtrlCreateLabel) depending on user input in a While...WEnd expression loop.Thanks!
Uten Posted January 29, 2007 Posted January 29, 2007 GuiCtrlSetState Please keep your sig. small! Use the help file. Search the forum. Then ask unresolved questions :) Script plugin demo, Simple Trace udf, TrayMenuEx udf, IOChatter demo, freebasic multithreaded dll sample, PostMessage, Aspell, Code profiling
pecloe Posted January 29, 2007 Posted January 29, 2007 (edited) guictrlsetdata($label, "new info") Is that what you mean ? Edited January 29, 2007 by pecloe
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