Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi I want to know is it possible to get a monitor, keboard and mouse serial number using vb?
Posted

The only real answer is a qualified "maybe".
It depends on the monitor, for example. Some do not know their serial number - mine doesn't. The same applies to keyboard and mice, only more so because they are generally much cheaper products.

However, if you can get it, it is via WMI or the registry. There is a link here which goes into how to get the monitor details via the registry: http://stackoverflow.com/questions/7270519/monitor-id-and-serial-number[^]

I think you will have problems if you are trying to use this as a security mechanism though!
 
Share this answer
 
http://www.vbforums.com/showthread.php?t=561116[^] Refer this link
I think this will help you :)
 
Share this answer
 
Comments
Cypronics 3-Apr-12 7:59am    
Thanks i had a look at that, it seems to only get the monitor type eg"generic pnp"

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900