Zdobywanie informacji o płycie głównej

0

Gdzie mogę znaleźć jakąć bibliotekę/komponent/moduł pozwalający na pobranie nazwy lub nr-seryjnego płyty głównej?
//edit: potrzebuję mieć takie coś za darmo i do zastosowań komercyjnych, więc nie wpisujcie mi nic na GPL, Shareware i innych...

0

http://www.magsys.co.uk/delphi/magwmi.asp

function MagWmiGetBaseBoard: string;

//Returns the motherboard manufacturer and product name.
0

dzięki. problem jest jednak taki, że ten moduł nie pozwala na pobranie numeru seryjnego płyty (przynajmniej u mnie), ale to jest do obejścia :)

//edit: jednak nie przejdzie... nie wyświetla ŻADNYCH numerów seryjnych, a to niedobrze...

0

http://www.delphi32.com/vcl/2460/

    property MotherBoardSN : string;
	  This property is the serial number read from the system's
          motherboard. Please note that on most computers, this information
          resides on a fixed address. On some non-standard motherboards
          (as some that are shipped with Compaq and IBM systems), this information
          may not be available or may be in a different address than that
	  read by the component. In this case, this property will return a
	  unreadable and invalid string, but no harm can be done by the 
 	  component to the system in either situation.

Lub:

http://www.koders.com/delphi..../.../

0

chyba sobie to daruję...
gdy próbuję skompilować program z modułem dcu z 1. linka - kompilator wywala: nie znaleziono modułu pas.:/
co do drugiego - licencja GPL.

0

Zawsze możesz się pobawić z WMI. Patrz przykłady na MSDN.

1 użytkowników online, w tym zalogowanych: 0, gości: 1