I want to assign multiple objects to the clipboard, i.e.
bitmaps, records, of any number, and be able to read them all back. I also want to register my custom clipboard formats with the system whe...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10018783.html
Hi,
I was wondering if it is possible to copy an image to the clipboard. And if it is, I'd like to see how it is done.
Any help appreciated
http://www.experts-exchange.com/Programming/Languages/Java/Q_10033475.html
Zones:
JavaDate Answered: 01/19/1998 Grade: A Views: 0
Is it possible to copy an image to the clipboard from a (signed) java applet? If yes, how? The solution has to be JDK1.1 complient because I want the applet to run in IE4 and NN4. Iy should be poss...
http://www.experts-exchange.com/Programming/Languages/Java/Q_10091683.html
Zones:
JavaDate Answered: 10/24/1998 Grade: C Views: 0
I am using the following code to produce html from my Access dB:
Dim fnum As Integer
Dim db As Database
Dim rs As Recordset
Dim num_fields As Integer
Dim i As Integer
Dim num_processed As Integer
...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_10151291.html
There is a program called Get Right that monitors the clipboard for html links pasted to it then automatically starts a sequence of events. I am trying to do basically the same thing only I just wa...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10161646.html
hi!
I need to get the clipboard contents as
a string without using 'pastefromclipboard'
(may contain rtf stuff) or clipoard.astext (only up to 255 chars).
I found out to do it with clipboard.gette...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10166306.html
Hi all,
What i need to do is:
I have an handle to an icon, and i need to put it in the clipboard in few formats..
my code look something like this, and guess what - its not working :o)
Image2.Pi...
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10179320.html
Hi,
Do you have a sample on how to use Clipboard in Windows to handle a specific format (not standard format)? What I have in my application is an array of specific objects, and I would like to ...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10196796.htm...
Zones:
Windows MFCDate Answered: 01/10/2000 Grade: C Views: 0
I need to transfer some text with tab and linefeed to the clipboard. I have done a search and thought that OpenClipboard, CloseClipboard, and SetClipboardData can do the job. May I know if anyone o...
http://www.experts-exchange.com/Programming/System/Windows__Programming/MFC/Q_10213450.htm...
Zones:
Windows MFCDate Answered: 10/04/1999 Grade: A Views: 0
Hello,
I want to build a little program that have one memo1.text component and when anybody copy text to clipboard then i will this program to catch it in memo1.text
Regards
Mummi
http://www.experts-exchange.com/Programming/Languages/Pascal/Delphi/Q_10218955.html