Read from clipboard

0
0

Hi,

within an excel application I copied a table to the clipboard (CTRL-C).
Now I would like to read that content of the clipboard in order to create a datasource for a datagridview showing the excel table.
But Clipboard.ContainsData(…) always returns false, also Clipboard.GetData/Text…

Best regards,
Harald

  • You must to post comments
0
0

Hi Harald,

accessing the clipboard data has to be connected with a client action.

Find more information here:

https://wisej.com/support/question/detecting-data-on-clipboard
https://wisej.com/support/question/morre-on-datagridview

Best regards
Frank

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.