Does anybody know how I can have a list of all the hardware
that have been installed in the PC that running my AP?
Can I have it as details (include version, model etc) as
we see in the Windows Hardware configuration display?
Thanks a lot
Printable View
Does anybody know how I can have a list of all the hardware
that have been installed in the PC that running my AP?
Can I have it as details (include version, model etc) as
we see in the Windows Hardware configuration display?
Thanks a lot
I have a DLL that allows you to query all kinds of hardware and configuration settings in Windows. Unfortunately I don't have this with me at work (which is where I am now) I will email it to you over the weekend, I hope it's some use.
Regards
Rob.
Sorry, Rob,
I just read the internet for the past few days. My email is [email protected]
Please send it to me and please tell me how to use it.
Regards
If you would rather the User do it all on his own:
Code:'Launch Windows Add New Hardware wizard
Dim dblReturn As Double
dblReturn = Shell("rundll32.exe shell32.dll,Control_RunDLL sysdm.cpl @1", 5)