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.

link|improve this question

71% accept rate
feedback

closed as exact duplicate by Kev Mar 5 at 23:35

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

3 Answers

up vote 3 down vote accepted

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/

link|improve this answer
thanx matt. i have your library and i want to test it then i will publish my opinion. – mSafdel Mar 3 '11 at 7:29
feedback

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.

link|improve this answer
feedback

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.

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.