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 WindowsFormsApplication8
{
public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
private void button1_Click(object sender, EventArgs e)
{
String cbtext = textBox1.Text;
Clipboard.SetText(cbtext);
}
}
}
csharp tutorials free for beginner and expert willing to work with social networking API programming.
C sharp windows clipboard text
Subscribe to:
Post Comments (Atom)
Sending SMS Via Windows Form Application Using any Android Smart Phone Source Code using System ; using System . C...

No comments:
Post a Comment