How to use text from Clipboard

0
0

How can I use the text from Clipboard, text is copied using Ctrl + V from a text file and on button click on user form I need to split that information paste into relevant fields on the form.

I did this in VB.net using Clipboard.GetText method but it’s not working in wiseJ.

Thanks

  • You must to post comments
0
0

Browsers don’t allow the clipboard to be accesses without a direct user interaction. See https://wisej.com/support/question/read-from-clipboard.

  • You must to post comments
Showing 1 result
Your Answer

Please first to submit.