Copy and paste into a DataGridView cell (C#)
Posted
by DaBomb
on Stack Overflow
See other posts from Stack Overflow
or by DaBomb
Published on 2009-10-06T19:53:29Z
Indexed on
2010/03/22
23:31 UTC
Read the original article
Hit count: 332
I need to be able to copy a name or names from one application (using the normal copy commands) and then be able to double click the text cell in a DataGridView to paste the data into the grid cell. Any ideas on how to accomplish this? I am attempting to minimize keyboard use for this functionality.
© Stack Overflow or respective owner