#5 SYSTEM READER IN C#
A small system reader app written in C# WinForms
. The application reads the systems ram, processor and user details and displays them on the form.
On program form load the application will run DXDIAG
in the background and will save the text file to the root directory of the application.
Once the program has finished the DXDIAG
process you can click on the send button.
This will allow us to send the DXDIAG
file to any FTP server we have defined in the program.
As default I have replaced all the necessary details with the #
symbol.