how to call cut/copy/paste operation ?

BlitzPlus Forums/BlitzPlus Programming/how to call cut/copy/paste operation ?

Red(Posted 2003) [#1]
...


EOF(Posted 2003) [#2]
Skn3 28K clipboard DLL library:

http://www.blitzbasic.com/bbs/posts.php?topic=20582

And my 'half' working (Blitz>TEXT>Clipboard) userlibs example:

http://www.blitzbasic.com/bbs/posts.php?topic=20226


Snarty(Posted 2003) [#3]
It's easy enough to use user32.dll to do anything with the clipboard, the one problem is, we can't access the memory where the data is stored. As far as I know anyhow.