Hello,
i'm currently facing the following problem:
I have developed a session which presents its result classical on the form. The result can be used for further actions in the LNUI. To optimize this procedure, i would like to copy the result in the clipboard, so the user can use the result (via CTRL+V) directly.
I already found some examples in this board, but none of them worked in the LNUI. Just like the promising function from "ottdskclip":
Does anybody have a working code snippet for me?
Kind Regards
Dennis
i'm currently facing the following problem:
I have developed a session which presents its result classical on the form. The result can be used for further actions in the LNUI. To optimize this procedure, i would like to copy the result in the clipboard, so the user can use the result (via CTRL+V) directly.
I already found some examples in this board, but none of them worked in the LNUI. Just like the promising function from "ottdskclip":
Code:
copy.to.clipboard( const string tag(),
const string mss() )
Kind Regards
Dennis