• WinInfo - Display Information about your computer
    8 replies, posted
Here's a program I made in C#. This is a pretty simple program, and it works like "dxdiag" (DirectX Diagnostic Tool) or any other Computer Information Displayer program. You can scan using 3 functions: "Type", "Category" and "Object". [img]http://img43.imageshack.us/img43/6941/wininfo1.jpg[/img] For example, here is what it looks like when I choose Operating System for Type, Drivers for Category and System Driver for Object. It lists every drivers that are installing in my system. [img]http://img43.imageshack.us/img43/6750/wininfo2.jpg[/img] To scan, simply click refresh. In order to run it, you need to have the .Net Framework 3.5 installed. Feel free to download it from [url=http://www.filefront.com/14009165/WinInfo.exe/]here[/url]. Comments and Criticism are most welcome.
Nice :D Now make it upload to a website so we can show off our PC stats in forums using PHP-Generated images :D
Interesting approach, I might use this.
Thats pretty gross.
Why?
How about making it gather useful info? [editline]08:21PM[/editline] Damn you and your internal sealed classes :argh:
[code]Entries: 1 Description: NVIDIA GeForce 9500 GT Name: NVIDIA GeForce 9500 GT VideoProcessor: GeForce 9500 GT AdapterCompatibility: NVIDIA AdapterDACType: Integrated RAMDAC VideoArchitecture: 5 (VGA) VideoMemoryType: 2 (Unknown) AdapterRAM: 536870912 bytes NumberOfColorPlanes: 1 MaxRefreshRate: 75 Hz MinRefreshRate: 60 Hz CurrentRefreshRate: 72 Hz CurrentScanMode: 4 (Non Interlaced) CurrentBitsPerPixel: 32 CurrentNumberOfColors: 4294967296 CurrentHorizontalResolution: 1024 CurrentVerticalResolution: 768 InstalledDisplayDrivers: nv4_disp.dll DriverVersion: 6.14.11.8048 [/code] Works great. I see no problems.
I do. That's hard as fuck to read.
I'm working on it now to make to make it better and make it more readable as well.
Sorry, you need to Log In to post a reply to this thread.