how can i get harddisk serial number in vb.net.
Thanks.
The most fully featured way to get information about hardware devices is to
use WMI. WMI functionality is accesable in the System.Management namespace
and requires a reference to system.management.dll.
The WMI class you will need is Win32_LogicalDisk.
Look in the .NET help for the ObjectQuery class for an example of using the
namespace.
Chris Marchal
Microsoft UK Developer Support
This posting is provided "AS IS" with no warranties, and confers no rights.
Hakan OTAL - 04 Oct 2003 21:48 GMT
i am so sorry. i noticed to thank to you.
A lot of thanks.
> The most fully featured way to get information about hardware devices is to
> use WMI. WMI functionality is accesable in the System.Management namespace
[quoted text clipped - 8 lines]
> Microsoft UK Developer Support
> This posting is provided "AS IS" with no warranties, and confers no rights.