搜索资源列表
getpixel
- VB得到Windows桌面的像素大小,主要是得到高度和宽度值,也就是大家熟悉的像素值,叫做也可以,一句代码就可实现这种功能:MsgBox ("桌面宽度为:" & Screen.Width / Screen.TwipsPerPixelX & "像素,高度为:" & Screen.Height / Screen.TwipsPerPixelY & "像素"),会弹出一个窗口告诉你桌面的长度像素值和宽度像素值。-VB get the pixel size of the Windows desktop,
VB鼠标按键精灵
- VB鼠标按键精灵(VB模拟出的按键精灵大部分功能)(Private Declare Sub keybd_event Lib "user32" (ByVal bVk As Byte, ByVal bScan As Byte, ByVal dwFlags As Long, ByVal dwExtraInfo As Long) Private Declare Sub mouse_event Lib "user32" (ByVal dwFlags As Long