Hello,
how do I copy variables in runtime to the clipboard?
I just need the Namespace!
Thanks
Printable View
Hello,
how do I copy variables in runtime to the clipboard?
I just need the Namespace!
Thanks
you mean this...
VB Code:
Clipboard.SetDataObject(" your Object to set to clipboard here! ")
Thanks,
that's exactly what I have searched for!