Page 1 of 1

Does somebody know how to change the clipboard of Win?

Posted: Tue Oct 19, 2004 10:08 am
by Stormy
Does somebody know how to change the clipboard of Win? I need this for my media-player...

Posted: Tue Oct 19, 2004 9:09 pm
by Nodtveidt
Try being a bit more descriptive...

Posted: Wed Oct 20, 2004 4:04 am
by Anonymous
CosmoX 2.0 has clipboard routines for QB which you can access the Windows Clipboard with.

Or isn't that what you meant? :)

Posted: Wed Oct 20, 2004 8:24 am
by Stormy
Yes, but i want a routine, which doesn't need a library, you know? To desribe my wanted feature: I want a routine, which allow me the access to the clipboard (copy&paste) of windows. The clipboard is the content of what i'm copying at the moment...

Posted: Wed Oct 20, 2004 10:15 am
by Nodtveidt
You're going to need a library anyways, as it requires the use of QB's default library. You'll need to look up interrupt 2Fh.

If you're thinking about making a sound slave using the clipboard, then you might as well forget about it...the clipboard method is exceptionally slow. I used the technique for the original DS4QB with mixed results.

Posted: Wed Oct 20, 2004 10:53 am
by Stormy
This INP & OUT doesn't work on XP-machines perfectly. But I found a newer inp/out-library for windows... so iam not forced to use the old library from win95. May I will post my results later, when i have finished my work... ;)