Welcome![Sign In][Sign Up]
Location:
Search - clipboard

Search list

[Windows Develop从剪贴板粘贴数据

Description: 粘贴数据比复制更加复杂,因为你需要选择粘贴的格式。 ---- 1. 在你的视中,实现OnEditPaste来处理用户从编辑菜单选择粘贴命令的操作。 ---- 2. 在OnEditPaste函数中,建立一个COleDataObject对象并且访问它的AttachClipboard成员函数来将这个对象绑定到剪贴板。 ---- 3. 访问COleDataObject::IsDataAvailable函数来检查是否可以使用特殊的格式。当然,你也可以通过循环使用COleDataObject::BeginEnumFormats来寻找其它格式直到你找到了最适合的格式。 ---- 4. 粘贴数据。 -paste data replication more complicated than that because you need to choose paste format. ---- 1. Depending on your, and realize OnEditPaste to users from the edit menu select paste ordered the operation. ---- 2. In OnEditPaste function, the establishment of a visit COleDataObject object and its function AttachClipboard members will be bundled with the object to the clipboard. ---- 3. Visit COleDataObject : : IsDataAvailable function can be used to check whether a special format. Of course, you can also cycle through the use of COleDataObject : : BeginEnumFormats to find other formats until you find the most suitable format. ---- 4. Pasting data.
Platform: | Size: 3636 | Author: 刘影 | Hits:

[Hook apiclipboardviewer_demo

Description: 用HOOK的方式将你的窗口句柄加入到ClipboardChain中,并在剪贴板上的数据改变时将回调你的函数处理。 -used in the way you handle a window into ClipboardChain, and clipboard data on the changes in the callback function to deal with you.
Platform: | Size: 21380 | Author: 王林 | Hits:

[Internet-Network局域网聊天工具(api)

Description: PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.-PrintNow is a 32-bit application that runs only under Windows 95 or Windows NT 4.0. It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard. PrintNow can also print any DIB image in the clipboard, regardless of its original source. PrintNow supports multiple instances, it can print multiple copies of a screen capture to the same printer with different print settings, to several different printers, or any combination thereof, with a single keystroke.
Platform: | Size: 1625868 | Author: 郝伟 | Hits:

[ActiveX/DCOM/ATLDCOM_RemoteControl

Description: 软件名称: 远程计算机管理(DCOM技术)(客户端/服务端) 功能说明: 本软件最大的特点不是利用socket实现的,而是使用了DCOM技术,服务器端是一个NT Service 程序,因此远程计算机不用登录系统就可以进行连接,可以用于远程计算机的管理, 目前功能如下: 1.可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快 2.可以用鼠标控制 3.可以用键盘控制 4.服务端可以被多人连接控制 5.可以(强行)重启/关机 6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP) 7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-software name : remote computer management (DCOM) (client / server) Description : The biggest feature of the software is not achieved using socket, but the use of DCOM technology, the server-NT Service is a process, not remote computer logged on the system connect can be used in remote computer management, functions as follows : 1. can View Remote Desktop, using GDI data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. keyboard control can be used 4. the server can be connected to control more than five. may (forced) to resume / Off 6. remote Login computer, and send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/XP) 7. to read Remote Computing Machine clipboard, and the machine on the clipboard
Platform: | Size: 1982927 | Author: 阿东 | Hits:

[OtherClipboardChangedControl

Description: 剪贴板监控,监控应用程序的剪贴板操作,会对剪贴板内的变化做出响应-clipboard monitoring and control applications in the clipboard operations, the clipboard will respond to changes
Platform: | Size: 6667 | Author: 王春 | Hits:

[OpenGL programthreedmesh

Description: 为了实现图像处理的需要,实现二维图像的三维显示,于是写了本代码,希望与此有兴趣的读者共享。图像的获取一是bmp图像文件,二是来自剪贴板。本代码在MFC中调用OpenGL库函数来实现二维图像的三维显示,图像的宽度、高度和象素的亮度分别为三维空间的x,z,y坐标。程序主要有初始化、绘图、资源释放和操作部分,这些功能在OGL_MFCView.cpp文件中实现。OpenGL库的初始化在该文件中的OnCreate,InitScene和DrawScene函数中实现,主要初始化OpenGL运行时的环境变量,三维物体的光照,材质等,由于介绍OpenGL库的初始化的文档很多,在这里我就不多说了,感兴趣的读者可以参考有关的文档。在DrawScene函数中调用全局函数GLDraw3DBMP完成绘图部分。 编译源代码时,必须把opengl32.lib glu32.lib链到工程中。 可以通过对话框改变材质。按上下箭头键可以实现三维图像的绕x轴旋转,按左右箭头键可以实现三维图像绕z轴旋转。 本代码在Windows2000下编译通过。-image processing in order to achieve the necessary two-dimensional realization of the three-dimensional images, then wrote the code, with the readers are interested in sharing. Image Access First bmp image files, two from the clipboard. The MFC code Calling OpenGL library functions to achieve the three-dimensional two-dimensional image display, image width, height and pixel brightness of the three-dimensional space x, z, y coordinates. Main initialization procedures, mapping, the release of resources and operation, the function of these documents OGL_MFCView.cpp achieve. OpenGL library initialization of the documents, the OnCreate, InitScene DrawScene function and the realization of the main initialization OpenGL runtime environment variables, 3D objects light, material, and as such introd
Platform: | Size: 105860 | Author: 周立 | Hits:

[OS programmonitorcopy

Description: 能够实时监视剪贴板里的数据,主要是通过API实现的,对其它工具也有借鉴作用,非常有用。-to real-time surveillance data to the clipboard Lane, mainly through the API, and other tools to be useful, very useful.
Platform: | Size: 171512 | Author: 古董 | Hits:

[GUI DevelopClipboardWatch

Description: 一个即时剪贴板查看器.自动刷新内容。 最精简的代码。-an immediate clipboard viewer. Automatic refresh content. The most concise code.
Platform: | Size: 1670 | Author: lixd | Hits:

[OS programClipBoardoperator

Description: 这是一个练习剪贴板的源码,对于初学者非常适用!-This is a practice clipboard source code, the application for the very beginners!
Platform: | Size: 29269 | Author: lxxx8888 | Hits:

[Windows Developrtf_clipboard

Description: RTF数据流和剪贴板 又一个关于基础编程很不错的源程序-RTF data flow and clipboard again on the basis of a very good program source
Platform: | Size: 2742 | Author: wangsong | Hits:

[ActiveX/DCOM/ATLclipBoardExNet2005

Description: .net 中 使用ClipBoard 的例程
Platform: | Size: 16038 | Author: 霏霏马 | Hits:

[Printing programprint_screen

Description: It allows your PrtScr and Alt+PrtScr keys to print a screen capture directly to your printer instead of just copying the image to the Windows clipboard.-PrtScr and Alt keys to PrtScr print a screen capture directly to your printer instead of just copying the image to the Windows clipboard.
Platform: | Size: 140212 | Author: 张军毅 | Hits:

[Communicationjincheng_tongxin

Description: 基于以下四种间的通信: 剪贴板 匿名管道 命名管道 邮槽-based on the following four types of communication : the clipboard anonymous pipeline named pipe Post groove
Platform: | Size: 237730 | Author: zyg | Hits:

[WinSock-NDISWinServer

Description: Winsock 可以查看远程桌面,使用了GDI+进行数据的转换(把BMP数据转换成PNG格式),传输速度快 2.可以用鼠标控制 3.可以用键盘控制 4.服务端可以被多人连接控制 5.可以(强行)重启/关机 6.可以远程登录计算机,并且可以发送Ctrl+Alt+Del三键出现登录界面(Win2000/NT4.0/XP) 7.能够读取远程计算机的剪贴板,并且放在本机的剪贴板中-Winsock can view Remote Desktop, GDI used for data conversion (BMP data put into PNG format), two fast transmission. the mouse can be used to control 3. the keyboard can be used to control four. the server can be connected to control more than five. may to (forced) to resume / Off 6. remote Login computer, and can send Ctrl-Alt-Del key emerging logged three interfaces (Win2000/NT4.0/X P) 7. Remote computer to read the clipboard, and the machine on the clipboard
Platform: | Size: 10415 | Author: zrg | Hits:

[Graph program拷贝位图到剪接板

Description: 拷贝位图到剪贴板-bitmap copy to the clipboard
Platform: | Size: 1315 | Author: 李刚 | Hits:

[Otherc_clipClipboard 剪贴板编程的例子

Description: 剪贴板编程的例子-clipboard programming examples
Platform: | Size: 9597 | Author: 杨少石 | Hits:

[Windows Develop剪贴板源代码copypaste_dragdrop

Description: 剪贴板源代码copypaste_dragdrop-clipboard source copypaste_dragdrop
Platform: | Size: 33253 | Author: 笑话 | Hits:

[Windows Developpch_copypath

Description: Explorer中右健菜单Copy全文件/目录名至剪贴板 [荐]-Explorer menu right Kin Copy all files / directory name to the clipboard [nominees]
Platform: | Size: 78630 | Author: 刘旺 | Hits:

[Multimedia programex26a

Description: 简单的剪贴板的应用-simple clipboard Application
Platform: | Size: 44255 | Author: 许丽萍 | Hits:

[EditBoxlspicedt

Description: 一款运行时图片编辑控件,支持显示图片;将icon转换为位图(支持16色、256色或更高色);保存选定的图像为.bmp文件,或拷贝到剪贴板;为经常使用的位图/图标建立书签,方便使用;-one run photo editing controls, the display picture; Icon will be converted to bitmap (support 16 colors, 256 colors or higher color); the preservation of the selected images. bmp file, or copy to the clipboard; regular use of bitmap / icon establish bookmarks, ease of use;
Platform: | Size: 371426 | Author: 刘雨 | Hits:
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 48 »

CodeBus www.codebus.net