Navaneet
Navaneet

Reputation: 1387

Find monitor size and it's company

How can i find the monitor size(not pixel, actual physical size) and it's company(manufacturer) by using vb6 code. I saw some links which give screen size using WMI(WmiMonitorBasicDisplayParams and WmiMonitorID) and some other by using some registry, but nothing worked for me. Can anyone tell me how it can be done by using vb6.

Upvotes: 1

Views: 207

Answers (1)

Hrqls
Hrqls

Reputation: 2951

There is a good article about it : here

He describes the same steps as you tried, which failed, and came up with something else in the end. I don't know if it works for you, but it seems the most promising I could find.

Upvotes: 2

Related Questions