Clipboard Copying and Pasting
Previously if you wanted to perform copying and pasting in Silverlight you would need to use Javascript or even Flash. Not anymore, in Silverlight 4 there is the new Clipboard object.
When the user attempts to perform a copy command a popup dialog will be displayed warning the user. If the application is running with Elevated Permissions this dialog will not be displayed.
Here we have two TextBoxes, the left is the content to copy to the Clipboard and the one on the right will be the target for pasted content. Before allowing content to be pasted its necessary to check the content is actually text, we do this by calling Clipboard.ContainsText().
dan wrote:
Unfortunately only text content can be copied and pasted at this time. As for Windows Phone 7, I will update this when I know.
Thanks!
Anil Kumar Pandey wrote:
Can we copy and paste the Shape copied from canvas using this code..????
himanshu wrote:
Hi,
Is this possible in Windows Phone 7?
Guide the car to its parking space in this fun Car Parking game.
Aim for the Trash Can and get the various items of Trash in the bin.
Fly your plane in this colorful vertical scrolling shoot-em-up. Blast the bad guys and collect any bonus's they leave behind.
Pop as many bubbles as possible in this fun and colorful bubble popping game. The levels start off easy enough but gradually get harder!
Here we have a bunch of monsters that need to be matched up. Look out for the bomb and spinning monsters that will cause special damage!
Guide your friendly Bird through the maze of pipes and other obstacles collecting the Stars in this cool arcade game inspired by the legendary Flappy Bird.
You are stranded on an Alien planet. Your goal is to build a space rocket and escape. Start by building units to create power and mine the metal patches. Build defenses to defend your base from the advancing Aliens and Zombies!
Play Pool against the computer or battle against your friends in the online mode!
Slice the fruit that is thrown up onto the screen. Slice the fruit into multiple pieces for maximum points!
dan wrote:
Unfortunately only text content can be copied and pasted at this time. As for Windows Phone 7, I will update this when I know.
Thanks!
Anil Kumar Pandey wrote:
Can we copy and paste the Shape copied from canvas using this code..????
himanshu wrote:
Hi,
Is this possible in Windows Phone 7?