搜索资源列表
copypaste
- 一个允许剪切,复制和粘贴的简单便栈板程序-allow a cut, copy and paste of simple procedures will Plate
xpbtncontrol
- Here is an XP-style Button. It works on all windows OSs: 95/98/Me/NT/W2K/XP. No subclassing etc is needed to use this control - it s just a plain simple button control. This code is a modified form of the OCX code I recently saw on codeguru. The butt
clipButton
- 在我们使用 VB 的 Code 编辑器时,其粘贴、复制、剪切按钮能随着当前的选择情况而进行适当的调整,本程序演示了类似的功能-we use VB Code Editor, paste, copy, shear button along with the current options for the appropriate adjustments, the procedure demonstrated a similar function
edit
- edit禁止复制和粘贴,就是利用菜单控件来实现禁止CTRL+V和CTRL+V-edit copy and paste the prohibition, that is, the menu control to achieve a ban on the use of CTRL+ V and CTRL+ V
qq
- 我们知道,在Windows中可以通过剪贴板(Clipboard)来共享和传递数据,比如在资源管理器(Windows Explorer)中可以剪切/拷贝/粘贴文件。同样我们也可以在自己的应用程序中通过剪贴板来完成这些工作,从而提高我们自己的应用程序与Windows操作系统之间的互操作性。但我们如何才能与资源管理器之类的应用程序共享和传递数据呢?本文提供的方法是:使用Windows本身提供的一些数据结构和API,通过剪贴板来实现数据共享和传递-We know, in the Windows clip