Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Oct 2005
    Posts
    572

    how can i get motherboard model ???

    how can i get motherboard model ???

  2. #2
    Join Date
    Jul 2007
    Posts
    64
    Code:
    Manufacturer = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardManufacturer", true);
    Product = Registry.GetValue(HKEY_LOCAL_MACHINE, "HARDWARE\\Description\\System\\BIOS", "BaseBoardProduct", true);
    or
    Code:
    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\SystemInformation

Similar Threads

  1. How can this be done!
    By abnrange in forum AutoPlay Media Studio 7.5
    Replies: 0
    Last Post: 12-30-2008, 04:39 PM
  2. ComboBox disabled
    By Sergio_S in forum AutoPlay Media Studio 7.5
    Replies: 8
    Last Post: 09-30-2008, 04:42 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts