Page 2 of 2

Re: Powershell Studio 2015 visual indicator update real time?

Posted: Fri Feb 12, 2016 10:43 am
by stratagem
Thanks. I have so much to learn...

To get this to loop should it be placed at the top of the script or in form_load={?

Re: Powershell Studio 2015 visual indicator update real time?

Posted: Fri Feb 12, 2016 10:53 am
by jvierra
stratagem wrote:Thanks. I have so much to learn...

To get this to loop should it be placed at the top of the script or in form_load={?
That is just a quick example. You will have to learn how to use it and PowerShell forms a bit more to implement. Star by studying how events and code is execute in a forms.

https://msdn.microsoft.com/en-us/librar ... .110).aspx

Also read through all of the good Sapien blog articles.

Try to understand what is happening with the timer and try to figure out what my code is actually doing.