Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
How can I get Hardware Information via DMI ? Are there any examples in which case I can use DMI with Visual C++ ? thnx, Sendel
Use WMI to get what you're looking for. DMI is in a protected low-memory area of the bios and Windows won't let you get at it without writing a device driver to the best of my knowledge.