C# Windows API Calls

If, for example you want to send a message to you window to bring it to the top of the z-order, add the following code into your class declaration, e.g.: [Read More]
Tags: c#

C# - Capturing process output

By running external commands using the System.Diagnostics.Process class, you can also retrieve the output from that command by using it’s StandardOutput property: [Read More]
Tags: c#