c# - How to Run a Program and Get its Output -


In C #, I'm waiting for the user to run a program and to get the user who was saved Want to For example, I want to run Photoshop or MSPPaint, after the user has finished editing and saving, wait for the file (JPG, PNG, etc.) or at least get the path of the file.

I am unable to determine how to go about this.

It is going to be heavily dependent on the program you want to use if you call the API As you use the program and receive feedback, maybe you can. For Photoshop and MSPP, I am a little confused that they will have this feature. Finally, what you would like to do, open any type of input box and wait for the user to paste the path itself. Either find a program with that API or you're creating your very own image editor.


Comments

Popular posts from this blog

ios - How do I use CFArrayRef in Swift? -

eclipse plugin - Run java code error: Workspace is closed -

c - Error on building source code in VC 6 -