Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~141 People Reached
Favorite Forums
Favorite Tags
Member Avatar for drftr24

Hi guys, i wonder how can i display the ram's serial#, manufacturer, capacity and etc.... Like in a 3rd party software CPU-z. Dim searchInfo_Memory As New System.Management.ManagementObjectSearcher("Select * from Win32_PhysicalMemory") For Each i In searchInfo_Memory.Get() txtManufacturer.Text = i("Manufacturer") Next Above is the code i used to view the manufacturer but …

Member Avatar for lolafuertes
0
102
Member Avatar for drftr24

Is there any free sdk where it retrieves the SPD of my ram? I want to integrate it to my program. Thanks and more power.

0
39