Results 1 to 4 of 4

Thread: Hardware Configuration

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Cool

    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

  2. #2
    Junior Member
    Join Date
    Jun 2000
    Location
    Manchester, England
    Posts
    28
    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.

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jun 1999
    Location
    Taipei
    Posts
    318

    Talking

    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


  4. #4
    Guest
    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
  •  



Click Here to Expand Forum to Full Width