J
Jim
Hello,
After downloading a file, my WinForms application needs to run a PHP
script online. This PHP script deletes the downloaded file from the
online server.
How can I program my application to use a thread or something similar to
call this PHP script in the background? I don't want to use
Process.Start as that would open up a browser window.
Thank you for your time,
Jim
After downloading a file, my WinForms application needs to run a PHP
script online. This PHP script deletes the downloaded file from the
online server.
How can I program my application to use a thread or something similar to
call this PHP script in the background? I don't want to use
Process.Start as that would open up a browser window.
Thank you for your time,
Jim