文件名称:getpixel
- 所属分类:
- Windows编程
- 资源属性:
- [Windows] [Visual C] [Basic/ASP] [源码]
- 上传时间:
- 2014-05-13
- 文件大小:
- 1kb
- 下载次数:
- 0次
- 提 供 者:
- ipu****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
VB得到Windows桌面的像素大小,主要是得到高度和宽度值,也就是大家熟悉的像素值,叫做也可以,一句代码就可实现这种功能:MsgBox ("桌面宽度为:" & Screen.Width / Screen.TwipsPerPixelX & "像素,高度为:" & Screen.Height / Screen.TwipsPerPixelY & "像素"),会弹出一个窗口告诉你桌面的长度像素值和宽度像素值。-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.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
获取桌面大小\Form1.frm
............\工程1.vbp
............\工程1.vbw
获取桌面大小