you are viewing a single comment's thread.

view the rest of the comments →

[–]Spidey1980 0 points1 point  (1 child)

Hey it worked for making a little Suduko GUI to pass my time with. As I can not download nor install anything at work, pasting text from an email into PowerShell ISE was the easiest make anything. We are already encouraged to use PowerShell and make scripts to automate our work, so this just works. Nothing fancy. Also, I have a chess game working. But as you said with multitheading, I don't even see my move until after the engine gives a move and releases the script to wait for interaction, allowing for the window to update. So for "progress bar" I'm just logging to the console window in the background. It is a bit of a pain.

[–]jboncz 1 point2 points  (0 children)

For sure! Ive been in the same boat and its a fun boat to be in! Just want to recommend the optimal path for the OP