hi! is it posible for me to get the memory information like if it is DDR or DDR2, its memory size and its speed?
Printable View
hi! is it posible for me to get the memory information like if it is DDR or DDR2, its memory size and its speed?
That would require WMI, which you use through the System.Management namespace. See gigemboy's signature for a link to some prebaked WMI code.
ok thanks!!!