搜索资源列表
远程截图
- 用c++ buidler实现的远程截图程序,很不错,包括了采集,压缩...,加多点鼠标键盘的命令发送及模拟就可以控制了-used to achieve the long-range screenshots procedures, very good, including the gathering, compression ..., Kadoorie click the mouse in order to send the keyboard and simulation can be contr
VC++截图代码
- 使用VC++做的截图工具,可以选择附加鼠标截图,方便快捷。还可以最小化成托盘图标。
仿QQ鼠标截屏
- 用VB实现鼠标划定矩形截图功能
windowsMouse.rar
- win32 关于鼠标移动窗体 的一些机制,,和在窗体上截图。。。
CUT_picture
- 鼠标截图,类似QQ的截图功能一样,鼠标划出一个选择框,区域由你自己决定。-Mouse shots, similar to the screenshot function QQ, like the mouse to draw a selection box, regional decision by yourself.
vc++CutBmp
- VC++ 截图软件源码!鼠标左键拖动截取任意大小图像!-err
DevOCR
- 一个用C#编写的图形识别功能,功能:可以通过鼠标截图,来实现图像上的文字的识别并输出,调用微软的免费MODI类库,简单实用,里面很多方法值得借鉴.-Written in C# using a graphics recognition, function: you can capture the mouse to achieve the image of the text to identify and output, call Microsoft' s free MODI library,
mouseScreenshot
- 鼠标截图工具的VB源码,VB学习者可以参考下-Mouse screenshot tool VB source, VB learners can refer to the next
catchscreenex-good
- c++ SDK 的简单截屏代码,就像qq的截图,快捷键ctrl+Q开始截图,然后鼠标选择区域,截图后会显示在程序对话框上,并且自动保存到剪贴板。-c++ SDK screenshot of a simple code, like qq screenshot, shortcut keys ctrl+ Q started screenshot, and then select the mouse region, after the screenshot will appear in the dial
jietu
- VC++实现的截图程序,由鼠标左键选择区域,双击保存为bmp,可运行。经过测试-VC++ implementation of the screenshot process, select the region from the left mouse button, double-click the saved as bmp, can run. Tested
CUT_picture
- 鼠标截图,类似QQ的截图功能一样,鼠标划出一个选择框,区域由你自己决定。-Screenshots mouse, similar to the screenshot function as QQ, mouse to draw a selection box, regional by you.
jietuchengxu
- 鼠标截图抓屏程序,利用API函数操作,控制透明度,抓图保存图-Mouse screenshot screenshots program
myqq
- C#超强仿QQ聊天软件MyQQ(可截图),使用MSSQL2005数据库,添加了鼠标截图功能,可以说更接近腾讯的QQ了。界面漂亮美丽,仿真度极高,C#的朋友们可不要错过哦。-C# super-fake QQ chat software MyQQ (screenshot available), using MSSQL2005 database, add the mouse capture functionality can be said that the closer to Tencent'
vbSnap
- VB区域截图,获取鼠标拖动区域的图像,像QQ的截屏一样,程序保存图像格式是BMP,有需要其它格式的可自己查资料扩展吧,这里主要是想让大家知道如何编写截图程序-VB regional screenshots, get the mouse to drag the image area, such as QQ, screenshots, a program to save the image format is BMP, there is need for other data formats can
cutscreen
- 可以实现全屏截图和鼠标截图,并且可以通过快捷键进行相应的截图方式-Can achieve full screen capture and mouse capture, and can accordingly shot shortcut way
zhuomianshoushoudao1.5
- 桌面手术刀是一个小巧方便的综合辅助工具主要功能有: 窗口类: 1.查看运行程序的句柄,标题。 2.可以修改程序的透明度,并且可以穿透鼠标。 3.显示鼠标的屏幕坐标和程序中的坐标。 4.可以控制窗口的状态,如窗口化,最大化等。 5.可以激活所有灰色控件(很经典的一个功能哦)。 6.显示程序中的星号密码。 7.显示窗口类值,窗口函数地址,窗口ID以及窗口范围。 8.显示网页中相关元素的各种信息。 9.显示当前选中部分的网页代码(又一个经典功能哦)。
task2
- 播放带有滑动条的视频,可以实现视频截图,用鼠标点击一点,显示该点的像素值(A video with a slider is played, and a video screenshot can be achieved. Click a point with the mouse to display the pixel value of the point.)
鼠标区域截图
- 易语言鼠标区域截图源码,请尊重作者版权,如有侵权,请告知作者(Easy language Mouse region screensho)
简单的VB鼠标拖动截图功能
- 简单的VB鼠标拖动截图功能,在其他网站学习的资料与大家一起共享(Simple VB mouse drag screenshot)
VB.Net句柄截图取色
- 通过指定窗口的句柄截图,可遮挡窗口截图,并通过获取鼠标点击图片处的3原色或指定坐标处的3原色,为后台截图分析指定窗口指定位置处的颜色提供便利。