I am making an app where you can click on an image (in a picturebox) to get X, Y, Width, and Height values. I would like to make it draw a rectangle of the specifyed X Y Width Height values on the PictureBox/Form once selected. Is this possible? Help is much appreciated, ~ZeldaFreak
Z
ZeldaFreak
@ZeldaFreak
Posts
-
Can you Draw Shapes on Forms/PictureBoxes? -
Launching an External Executableam working on a project which uses pre-compiled executables (for example, makefile.exe) and I want to know if there is a way I can call this program from a C# command, something like:
Application.External.Run(string path, string args)
Application.External.Run("makefile.exe", "/build \"newfile.exe\"");
It doesn't have to be exactly like this; any way is fine. I just want to find SOME way to call another executable with some command line arguments. Help would be greatly appreciated, ~ZeldaFreak