i need to find pixels per millimeter for the screen.
I used to do this using GetDeviceCaps and geting VERTSIZE / HORZSIZE in VC++ 6.0. This gave me screen resolution in millimeters. I need to know the funciton if any in VB.net to do the same work OR any other way to get screen resolution in millimeter.
I used to do this using GetDeviceCaps and geting VERTSIZE / HORZSIZE in VC++ 6.0. This gave me screen resolution in millimeters. I need to know the funciton if any in VB.net to do the same work OR any other way to get screen resolution in millimeter.