Clipboard in cAlgo
Clipboard in cAlgo
31 Jul 2014, 20:32
Hello,
I got a problem using the clipboard. I got data in the clipboard that I want to assign it on a variable. I found a post in the forum
/forum/cbot-support/799
but i have trouble with it, I suppose because I have no reference to System.Windows.Forms.dll ... I have no this DLL and have no idea how to make this reference to cAlgo.
Please provide me with step by step tutorial how to deal with the DLL and assign the clipboard data to a variable.
Thank you in advance.
Replies
modarkat
05 Aug 2014, 11:33
The following link could help you:
http://msdn.microsoft.com/en-us/library/system.windows.clipboard(v=vs.100).aspx
@modarkat
prihod007
03 May 2024, 12:34
( Updated at: 03 May 2024, 14:50 )
RE: Clipboard in cAlgo
modarkat said:
The following link could help you:
http://msdn.microsoft.com/en-us/library/system.windows.clipboard(v=vs.100).aspx
good day!
Please give a working example of working with the clipboard - simple copying and receiving data from the clipboard.
The examples on the link you provided do not work because the Clipboard is not contained in the Namespace: System.Windows
@prihod007
neverman
31 Jul 2014, 20:52
RE:
neverman said:
I found the button Manage References and made the reference to .net framework. So how to get data from clipboard ?
@neverman