how to call cut/copy/paste operation ?
BlitzPlus Forums/BlitzPlus Programming/how to call cut/copy/paste operation ?
| ||
... |
| ||
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 |
| ||
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. |