Re: Does clipboard have a limit?
- Posted by Al Getz <Xaxo at aol.com> Aug 10, 2005
- 459 views
Hello there, Just to note, if you use COM's interfaces to interface to the Clipboard you mainly store a pointer, not the data, so it's possible to quickly store a whole bunch of data to the clip and it doesnt go anywhere until a 'receiving' app requests it. For a working demo see "Demo_04-Clipboard.exw" included with my WinClass library. This demo uses the IDataObject interface. Take care, Al And, good luck with your Euphoria programming! My bumper sticker: "I brake for LED's"