I have a c# 3.0 solution where I need to periodically run a script at the command prompt for certain tasks. I would like to be able to do this from executing some .net code rather than manually coping the path to the script file into the command prompt and then running it. How ...
I am writing a drawing program but I want to keep the scale down (there could end up being several hundred objects on the screen). I want to limit the points collected to a certain distance from other points already collected, in other words, if you're drawing a line it
Please tell me what am I doing wrong in the following; I have a WPF program that I build it in IDE and ran it, it runs fine. I wanted to make it an exe through command line compiler(why, I need to do some additional work) to I did a build in IDE and took the