Advertisement

1 - 10 of 525 containing alltags:("clipboard") (0.001 seconds)
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...
Zones: Delphi ProgrammingDate Answered: 08/01/1997 Grade: D Views: 0
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
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...
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 ...
Zones: Visual Basic, VB ObjectsDate Answered: 04/19/1999 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 05/17/1999 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 06/07/1999 Grade: A Views: 0
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...
Zones: Delphi ProgrammingDate Answered: 07/08/1999 Grade: A Views: 0
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 ...
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...
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
Zones: Delphi ProgrammingDate Answered: 10/26/1999 Grade: B Views: 0