linearpocket 0 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! Share this post Link to post Share on other sites
Uten 9 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 Share this post Link to post Share on other sites
pecloe 1 Posted January 29, 2007 (edited) guictrlsetdata($label, "new info") Is that what you mean ? Edited January 29, 2007 by pecloe Share this post Link to post Share on other sites