using Clipboard in WP7 programming [duplicate]

一个人想着一个人 提交于 2019-12-17 21:10:32

问题


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.


回答1:


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/




回答2:


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.




回答3:


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.



来源:https://stackoverflow.com/questions/5160352/using-clipboard-in-wp7-programming

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!