Duvander
(Fresh Scripter)
2006-08-28 12:19 PM
Put text into 'copy memory'...

Hi

If I highlight some text and then press CTRL-C the text string will be stored in any memory. Everybody knows that...
But can I batch/kix some text into this memory so after the batch/kix has closed I can press CTRL-V to paste it.

/Duvander


Witto
(MM club member)
2006-08-28 12:54 PM
Re: Put text into 'copy memory'...

I think you want to copy something to the clipboard?
Maybe converting this to KiX can help? I did not try it.
Hey, Scripting Guy! Can I Copy Script Output to the Clipboard?


NTDOCAdministrator
(KiX Master)
2006-08-28 01:34 PM
Re: Put text into 'copy memory'...

KiXforms can handle it too.

http://www.kixforms.com


Duvander
(Fresh Scripter)
2006-08-28 03:46 PM
Re: Put text into 'copy memory'...

Witto: Thanks!! That works ok for me. I created a vbs-file and ran it from my kix-script

Witto
(MM club member)
2006-08-28 03:49 PM
Re: Put text into 'copy memory'...

Doc,
True, but you first have to register the KiXforms.dll, while on most computers at least IE5 is installed.
Duvander,
I made a little UDF
CopyToClipboard()


Duvander
(Fresh Scripter)
2006-08-28 03:59 PM
Re: Put text into 'copy memory'...

Thanks again.
Works fine with your UDF.