hi i have requirement that user can select multiple textblocks or textboxes and coplying that values to notepad.
like this .....
textblock/textbox value
textblock/textbox value
textblock/textbox value
textblock/textbox value
now the user has to select textblock/textboxes and their values

SenthilkumarPosted Apr 8, 2012, 10:02 AM
If you use the windows application then you can the key down event and clipboard option to store in the memory.
Please see this microsoft support link
http://support.microsoft.com/kb/216175