using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace WindowsFormsApplication5
{
    public partial class Form1 : Form
    {

        public Form1()
        {
            InitializeComponent();
        }

        private void button1_Click(object sender, EventArgs e)
        {
            IDataObject idata=Clipboard.GetDataObject();
            if (idata.GetDataPresent(DataFormats.Text))
                textBox1.Text = (string)idata.GetData(DataFormats.Text);
        }
    }
}

最新文章

  1. 解决Android工程里的xml文件自动提示问题
  2. Nim编码风格
  3. zookeeper源码分析二FASTLEADER选举算法
  4. paper 96:计算机视觉-机器学习近年部分综述
  5. 制作苹果推送通知APNS服务器证书文件
  6. MVC权限管理系统dwpro项目权限按钮无故自动消失问题
  7. VMware Workstation 12 Pro虚拟机下载(含序列号)
  8. BZOJ1106: [POI2007]立方体大作战tet
  9. (转) 学习C++ -> 类(Classes)的定义与实现
  10. php方法综述除去换行符(PHP_EOL使用变量)
  11. 1121: [POI2008]激光发射器SZK
  12. 你知道现在有一种新的OCR技术叫“移动端车牌识别”吗?
  13. 【RequireJS】requireJS的基础知识
  14. SQL数据库基础知识-巩固篇<一>
  15. WebDriver API--元素定位
  16. Python之猴子补丁
  17. Python自动化开发 - 流程控制
  18. python中的三次握手以及四次挥手
  19. OpenCV——图像的深度与通道数讲解
  20. oracle rowid 研究

热门文章

  1. iOS-xib(自定义UITableViewCell)
  2. Javascript 偏移量总结
  3. android 启动adb
  4. Python 融于ASP框架
  5. 传说中的WCF(11):会话(Session)
  6. (1)搭建opencv-android环境
  7. IDA 与VC 加载符号表
  8. linux下对普通用户设置文件访问控命令之setfacl
  9. android-exploitme(三):安全连接
  10. 当前主流的安卓APP开发IDE