I have a PowerShell script that downloads a file from a website.
I'd like to show the progress of the download in an TextBox of my form.
How can I do that?
EDIT:
I start my process with:
Process.Start("powershell.exe", "-executionpolicy remotesigned -file C:\temp\test.ps1")