| View previous topic :: View next topic |
| Author |
Message |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Aug 03, 2002 10:45 pm Post subject: Clipboard |
|
|
Is there a way to get the current text of the Windows Clipboard?
Also, is it possible to set the clipboard with formatted text or set an image on it through VDS?
Thanks  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Dr. Dread Professional Member


Joined: 03 Aug 2001 Posts: 1065 Location: Copenhagen, Denmark
|
Posted: Sat Aug 03, 2002 10:55 pm Post subject: |
|
|
Try using a list to retrieve the clipboard contents:
list create,1
list paste,1
That should put the contents of the clipboard on that list for further processing.
Greetz
Dread _________________ ~~ Alcohol and calculus don't mix... Don't drink and derive! ~~
String.DLL * advanced string processing |
|
| Back to top |
|
 |
FreezingFire Admin Team

Joined: 23 Jun 2002 Posts: 3508
|
Posted: Sat Aug 03, 2002 11:27 pm Post subject: |
|
|
Thanks...  _________________ FreezingFire
VDSWORLD.com
Site Admin Team |
|
| Back to top |
|
 |
Mac Professional Member

Joined: 08 Jul 2000 Posts: 1585 Location: Oklahoma USA
|
Posted: Sat Aug 03, 2002 11:43 pm Post subject: |
|
|
There's also:
LIST COPY
CLIPBOARD APPEND
CLIPBOARD CLEAR
CLIPBOARD SET
Cheers, Mac  _________________ VDSug.dll does file IO, check/disable menu items,
non-VDS dlls, draw functions and more...
Free download (30k dll size) at:
http://www.vdsworld.com/download.php?id=361
 |
|
| Back to top |
|
 |
|