hqas anyone found a way of copying text from another prog, and pasting it in blitz?
pasting in blitz
Blitz3D Forums/Blitz3D Programming/pasting in blitz Is it just text you want pasted?
You should be able to make some user32.dll decls and go from there. Or maybe stuff it in a user lib. Quite simple in win32 according to this page: http://msdn.microsoft.com/library/default.asp?url=/library/en-us/winui/winui/windowsuserinterface/dataexchange/clipboard/clipboardformats.asp
ill take a look, thx
Try the BlitzSys dll in the tools section - does it beautifully.