|
-
Jun 30th, 2000, 06:13 AM
#1
Thread Starter
Hyperactive Member
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
-
Jun 30th, 2000, 09:28 AM
#2
Junior Member
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.
We watch in reverence as Narcissus is turned to a flower.
-
Jul 4th, 2000, 10:19 PM
#3
Thread Starter
Hyperactive Member
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
-
Jul 4th, 2000, 10:44 PM
#4
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)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|