cmuratori
You can get the actual physical size of the monitor if you want it, but it's an absurd hunt involving SetupAPI that's like 500 lines of code or something ridiculous like that :(
- Casey
Thanks for quick answer.
If I measure the dimentions of a 16:9 screen, and use those as constants to generate a pixelpermillimeter (vert/horz) ratio, this works on my screen, in all resolutions. But could it become horribly wrong on some other screen? What if I can find the ratio on the destination screen, and use my "constants" to modify one of the axis. Will that work reliably?