Ctrl+C and all that

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

Hey all,

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

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.

Thanks, this could be perfect! I'll look into it.