Hi,
I wonder how it would be possible to pass a String to the clipboard.
If you normally select a textstring in for example WordPad and press Ctrl-C, you copy this string to the Memory/Clipboard so you can Ctrl-V that text somewhere else.
I wonder how that would be possible to do programatically for ex this string ?
String^ copyString = "CopyThisString";