CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Jul 1999
    Location
    Israel
    Posts
    1,793

    Getting hardware information...

    Hi all..
    How can i get harware information.. i mean lets say that i have sound card and HD (obviously)
    How can i get the manufacturer name, hd total size, serial number and so on.. (on diffrent kind of harware)
    thanks....
    kishk91



    [email protected]
    http://www.path.co.il
    ICQ: 13610258

  2. #2
    Join Date
    Dec 1999
    Location
    Slovakia
    Posts
    26

    Re: Getting hardware information...

    You can gather this kind of information through WIN API functions. Also, there are some COM objects like VB sysinfo which can be useful but sometimes you need buy it.


    [ufo]

  3. #3
    Join Date
    Dec 1999
    Location
    Austria
    Posts
    17

    Re: Getting hardware information...

    try this:
    click on the add form - button
    there you can use "About Dialog"
    Use this, there you get some informations about your system


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

Featured