Want to get Client hardware information [modified]
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
hi, the registry is full with this kind of infos .. Furthermore, there's some APIs that give handy details on some hardware ( hard drive, ..)
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
There are some APIs that can may be help you : //////////// APIs //////////////////// Disks: GetDiskFreeSpaceEx Retrieves information about the specified disk, including the amount of free space on the disk. ... Monitors : GetMonitorInfo Retrieves information about a display monitor. ... Power Management: CallNtPowerInformation Sets or retrieves power information. GetCurrentPowerPolicies Retrieves the current system power policy settings. GetDevicePowerState Retrieves the current power state of the specified device. GetPwrCapabilities Retrieves information about the system power capabilities. GetPwrDiskSpindownRange Retrieves the disk spindown range. ... GetSystemPowerStatus Retrieves the power status of the system. ... IsSystemResumeAutomatic Indicates the current state of the computer. PowerReadACValue Retrieves the AC power value for the specified power setting. ... PowerReadDCDefaultIndex Retrieves the default DC index of the specified power setting. Keyboard: GetKeyboardType Retrieves information about the current keyboard. Processor : IsProcessorFeaturePresent Determines whether a processor feature is supported by the current computer. System : SystemParametersInfo Queries or sets system-wide parameters.
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
Concerning the registry these are below some keys and values : BIOS: Clé Système: [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System] Nom: SystemBiosDate, SystemBiosVersion, VideoBiosDate Type: REG_SZ Processor: Clé Système: [HKEY_LOCAL_MACHINE\HARDWARE\DESCRIPTION\System\CentralProcessor\0] Nom: ~MHz, Identifier, VendorIdentifier ...
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
I hope that these infos can be programmatically helpful. :)
-
Hello brothers kindly do the needful i want to get Hardware information of Client Computers(PC's). simply to detect which hardware is installed on client systems and i want to retrieve this information In C#.net how can i do that i shall be obliged for this help Thx alot for ur nice cooperation. With regards imee56@yahoo.com haroo -- modified at 2:47 Friday 17th August, 2007
I forgot to tell you that for the moment I am interested in C/C++ and Visual C++ programming, I am not proficient at C#. :)