Dear all,
I need to copy to clipboard and use button to read from clipboard without pressing on keyboard.
I can use as below to copy to clipboard.
oGet:SelectAll()
oGet:Copy()
But I need to paste in another program (FWH) and I need to use button for paste from clipboard.
Thank you in advance for any idea.