Click to See Complete Forum and Search --> : VB Related issue
CodeGod
12-22-2003, 08:26 PM
Does anyone know how to get processor speed and information with the help of VB program.
processor speed = 1100MHZ
processor type = intel
please tell me the code.
Thanks
PeOfEo
12-22-2003, 08:28 PM
Humm, you can get that data from windows. I have gotten ram usage through asp.net using vb, its on my server http://quasi-ke.servebeer.com look under server stats. If you know the right windows files, the ones that have the comp manufacturer etc you could just read from that, but I forgot what that was. Something like c:/windows/sysinfo.ini or something.
vbKing
12-23-2003, 09:38 AM
You can also use WinAPI calls. And I think the DirectX lib for vb has that information also.
vbKing
PeOfEo
12-23-2003, 03:32 PM
administrative tools -> performance -> create a log. You can track it and get it from there, that is another place. Do a google search for more info on the syntax an all, I dont know it off the top of my head. I do in asp.net, which is vb, but its a little different.