Description: VB get the pixel size of the Windows desktop, mainly to get the height and width values, which is familiar pixel values can be called, a code can achieve this functionality: MsgBox (" Desktop width:" & Screen.Width/Screen.TwipsPerPixelX & " pixels, height:" & Screen.Height/Screen.TwipsPerPixelY & " pixels" ), a window will pop up to tell you the length and width of the pixel values of the pixel values of the desktop.
To Search:
File list (Check if you may need any files):
获取桌面大小\Form1.frm
............\工程1.vbp
............\工程1.vbw
获取桌面大小