I want to copy a value from my app and paste it any other place of the same app or outside of the app.
I already looked for an answer in this thread:
So I used Clipboard.SetText(txtClipboard.Text);
and added using System.Windows.Forms;
and
using System.Windows;
namespaces. But, I am getting an error:
clipboard does not exist in the current context.
Any nuget package need for this?
Thanks in advance