Sunday, 18 August 2013

My Clipboard.GetText() not working please help... (Windows Phone)

My Clipboard.GetText() not working please help... (Windows Phone)

Why is this not working. i am pasting normal string...
private void button5_Click(object sender, RoutedEventArgs e)
{
TextBox02.Text = Clipboard.GetText();
}

No comments:

Post a Comment