Jump to content

Recommended Posts

Posted

I was wondering if there was a way to relay information, i.e. the current value of a variable from an external loop back to the GUI upon each iteration? For example, say I was running an internet explorer function that had a counter variable, $x, that would increment once during every iteration of a loop for the IE function. Upon completing each iteration, is there some command that could send this value ($x) to the GUI where it would be displayed as text (a number such as 3) and then continue to update as the loop progresses?

Posted

If I read your question correctly, all you need is a GUICtrlSetData somewhere inside the loop that changes the value of a label previously created with GUICtrlCreateLabel (assuming you are already familiar with GUI creation).

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...