Microsoft
Software
Hardware
Network
Question : get hardware information for app
hi,
i want to collection hardware information like a Processor Name ( I5 or Core 2 Duo) Processor Cores , Memory Total space and Memory free space, hard drive total space and hard drive free space.
how i do this in C# ? i use Framework 3.5....
thanks
Igor
Answer : get hardware information for app
Instead of this:
=SUMPRODUCT((Desc="Authori
zed")*($L1
5:$AT15))
use this:
=SUM(IF(ISTEXT($L15:$AT15)
,0,(Desc="
Authorized
")*($L15:$
AT15)))
Enter as an array formula by pressing CTRL+SHIFT+ENTER.
jppinto
Random Solutions
PING Wait Vista 64?
Custom Control Designer Error
.Net Application Security problem
Does OpenOffice allow Windows 7 preview pane to preview .doc and .xls files?
Should I make a Drupal Theme from scratch?
How can I find the position of the first occurance of a numeric charater in a string with PHP?
VMware Workstation 7.1 Won't Install
How can I reference information from one sheet to another by values selected in a drop down menu
Use .NET or SSIS to download Exhange email and process attachments
How to store a set in a field and how to maintain it dyamically?