Ctrl+C and all that

Blitz3D Forums/Blitz3D Programming/Ctrl+C and all that

Adam Novagen(Posted 2009) [#1]
Hey all,

So, I've been wondering lately, is there any way for B3D to access the ol' Windows cut-and-paste clipboard?


_PJ_(Posted 2009) [#2]
If you mean to use the contents of the cliphboard dynamically from within a running Blitz App, then this might help:

http://www.blitzbasic.com/codearcs/codearcs.php?code=1767

It only mentions immages but I am sure there must be some means to modify it for text.


Adam Novagen(Posted 2009) [#3]
Thanks, this could be perfect! I'll look into it.