3

Possible Duplicate:
How to programmatically copy/paste in windows phone?

how can i use clipboard in my Windows Phone 7 app? i want to type a text in my app, then this text should be accessible in another apps. please guide me.

Community
  • 1
  • 1
mSafdel
  • 1,527
  • 4
  • 15
  • 25

3 Answers3

3

Your question could have hardly been timed better.

I've just released a library which allows you to do just that. (Even without the "NoDo" update.)

Check it out at http://wp7clipboard.codeplex.com/

Matt Lacey
  • 65,560
  • 11
  • 91
  • 143
1

I don't think you can do that with current SDK.

Latest SDK supports Copy & Paste but, I believe it does not provide programmatic access to Clipboard.

decyclone
  • 30,394
  • 6
  • 63
  • 80
1

The upcoming "NoDo" update that includes support for copy and paste does not provide any programmatic access to the clipboard. Any TextBox control and textbox fields in a browser will automatically provide support for copy and paste, but this is completely outside of the user's control.

Derek Lakin
  • 16,179
  • 36
  • 51