close

IDataObject data = Clipboard.GetDataObject();

if (data.GetDataPresent(DataFormats.Text))
{
  TextBox1.Text = data.GetData(DataFormats.Text).ToString();
}

 

arrow
arrow
    全站熱搜
    創作者介紹
    創作者 welkingunther 的頭像
    welkingunther

    式門遁甲

    welkingunther 發表在 痞客邦 留言(0) 人氣()