2013-07-03

Thank you for the reply. The mistake was on my part. I was actually running the the code in a scriptblock using Start-Job. So the variables were being set globally for the background job but not for the entire application. I was using the start-job method with a timer event so that I could have an animation on my loading screen, but I can't do this unless I write the data from the scriptblock to a file or files and reading those files back in my Main form. Which is likely what I will end up doing.

Statistics: Posted by sshuck0978 — Wed Jul 03, 2013 10:08 am

Show more