The clipboard is a software facility that can be used for short-term data storage and/or data transfer between documents or applications, via copy and paste operations.
4
votes
0answers
382 views
Office 2013 Excel .PutInClipboard is Different?
I've used a routine for years to put a plain text string into the clipboard that I can paste into another program such as:
targetData.SetText "This is a plain text string"
targetData.PutInClipboard
...
3
votes
0answers
362 views
Is the HTML5 API for clipboard access available? And how do you use it?
I'm trying to copy images into the clipboard using ZeroClipboard and pasting them into Outlook(or anywhere). It isn't working. I read this link, and according to it, HTML5 API is the only way to copy ...
2
votes
0answers
67 views
pd.read_clipboard() seg fault
I cannot seem to use read_clipboard(). I have tried copying some of my data, the example data in the docs, and finally just the number 1. As you can see:
In [1]: %paste
1
## -- End pasted text --
...
2
votes
0answers
182 views
Detect difference between Cut and Copy in Swing
I'm using Java 6, it's highly unlikely we'll go to Java 7.
My Swing application should handle pasting files cut or copied from external sources (be it Windows Explorer, Free Commander, or what have ...
2
votes
0answers
306 views
How to cut a file to the clipboard in Java?
I am using this code in a Java Swing application to copy files to the clipboard:
final List<File> files = new ArrayList<File>();
// ... code to fill list omitted ... //
...
2
votes
0answers
367 views
Pasting an image from the clipboard to silverlight app
Silverlight (currently 4.0) does not support binary clipboard data.What is the best approach to overcome this limitation? I have seen the similar questions\forum topica and from this,I concluded, that ...
1
vote
0answers
26 views
Are there any alternative for getSystemSelection()?
I am trying to get data from the clipboard using getSystemSelection() but it's returning null. Most references say that some platforms don't support this. Is there any alternative?
Here is my current ...
1
vote
0answers
82 views
Adding a png to clipboard in android
i have following code:
File imageFile = new File(f.getAbsolutePath());
ContentValues values = new ContentValues(2);
values.put(MediaStore.Images.Media.MIME_TYPE, ...
1
vote
0answers
48 views
How to copy EMF images from .NET Windows.Forms into Visio?
I am working on a diagram editor written in .NET 2.0 using Windows.Forms.
Diagrams must be copied into Microsoft Word and Visio as vector graphics.
The editor has a Save as EMF function that works: ...
1
vote
0answers
46 views
Copying selected text to java swing application as image
I need to copy selected text from outlook (2010) to a java swing application. Instead of showing content on that image, it creates a black image.
final BufferedImage image = (BufferedImage) ...
1
vote
0answers
85 views
How to call Java from C++ and how to edit clipboard
I have been trying to look for ways to run a .jar file from C++. I am doing this because I do not yet know how to add text to the Clipboard in Windows.
As an alternative, I was going to have the C++ ...
1
vote
0answers
82 views
Copying Xaml RichTextBlock text with InlineUIContainers
I am working with some RichTextBlock objects that contain InlineUIContainer elements. I would like to be able to select and copy all of the text including the text contained in the InlineUIContainer.
...
1
vote
0answers
29 views
Java - could not fetch clipboard data (midi) from CakeWalk
I am trying to get clipboard data (in windows) which were "copied" from CakeWalk midi editor. They are visible in clipboard viewers and could be pasted into other programs, but I could not get them in ...
1
vote
0answers
84 views
How to reterive clipboard file pointer CF_HDROP
Whenever we copy any file to clipboard using cntrl+c it stores file pointer for cut,copy,paste operation .Is there any way by which we can retrieve that file pointer using c# . I tried this article ...
1
vote
0answers
100 views
Copy a folder to Clipboard
I'm using C# as my programming language for this tryout.
I've searched through countless forums and other places that popped up on my Google search result. However, I cannot find a solution to my ...
1
vote
0answers
59 views
Copy Multiple Items To Clipboard
For admin purposes on one of my sites for me alone using IE - I use software (xNeat Clipboard Manager) that allows me to access my Clipboard History. I have PHP pages that are populated from MySql. I ...
1
vote
0answers
80 views
Clipboard.SetText with large amount of text fails with no error .NET
I'm trying to use Clipboard.SetText() to allow the user of my application to copy certain items into the clipboard. It is very possible that the user could attempt to copy a very large amount of text ...
1
vote
0answers
19 views
How can I copy an image from a stackPane and then add it to another stackpane?
I need to copy an image from a stackPane and then need to add that particular image to another stackpane with help of ClipBoard.
1
vote
0answers
180 views
Java Clipboard: Paste HTML from Firefox on Linux
I have a strange problem when pasting HTML from Firefox into a Java6 app
(only!) on Linux. Here is a minimal example:
import java.awt.Toolkit;
import java.awt.datatransfer.Clipboard;
import ...
1
vote
0answers
115 views
Java transparent PNG to clipboard
I´m trying to copy a png file to clipboard within a program and maintain its alpha channel when pasted in another program (e.g. ms office, paint, photoshop). The problem is, that the alpha channel ...
1
vote
0answers
47 views
Minimal implimentation of Gtk.Clipboard not functional
I am trying to get a minimal implementation of Python3/GTK3's clipboard working. It will work if and only if I run Gtk.main(). I have even tried a :
While Gtk.event_pending():
...
1
vote
0answers
40 views
Tracking Copy / Paste Between Office Files
I'm trying to monitor copy and paste actions between different MS Office files (i.e., the user copies a slide from one PowerPoint presentation to another or the user copies an Excel chart into Word). ...
1
vote
0answers
126 views
Windows 8 Metro Style Clipboard Exception
I have developed an application which reads clipboard data in DispatcherTimer Tick() method.
Every second the clipboard data is read.
The application throws no exception in development machine (in ...
1
vote
0answers
100 views
How to avoid IE message “… allow this webpage to access the clipboard” programmatically?
Please have a look at this fiddle. I'd like to catch the IE paste event, do s.th. with the data to be pasted and paste it then. This should also be possible to be done by clicking a button. Everything ...
1
vote
0answers
37 views
Disable paste activity for specified folder
I want to block paste activity into specified folder [say "stack overflow"] , i am already blocking the cut and copy activities from the specified folder by hooking the functions ...
1
vote
0answers
149 views
Copy to clipboard BINARY data in browsers
State of the art in Copy to Clipboard feature (My investigations)
Flash alternative
I have found the following alternatives:
Zclip: we are using
zeroclipboard (ancestor, zclip uses its button ...
1
vote
0answers
94 views
ZeroClipboard - formatting clipboard data to be bold or have certain font size
I'm using a fairly standard ZeroClipboard setup. All vars are declared previously. text is the raw html.
zc = new ZeroClipboard.Client();
text = text.replace(/<\/p>/g, "\r"); // Preserve ...
1
vote
0answers
277 views
Disconnected Context was detected c# clipboard
Transition into COM context 0x27a7788 for this RuntimeCallableWrapper
failed with the following error: Object is not connected to server
(Exception from HRESULT: 0x800401FD ...
1
vote
0answers
165 views
How do I remove Excel copy focus with C#
I created a small app using .NET framework 4 which processes info copied from an Excel spreadsheet and saves the processed data to the clipboard.
The problem is that when the app finishes, Excel's ...
1
vote
0answers
253 views
Getting image(metafile) from Excel OLE object C#
I am working on an Add in To Excel performing some operations on OLE object. It requires getting some data from OLE object embedded programmatically in worksheet (conversion from math type to TeX ...
1
vote
0answers
340 views
iOS Copy to Clipboard from Browser
So a while back I was looking into a method of programatically copying something to the clipboard from a mobile website. It seemed impossible without using Flash in some way, which is of course not an ...
1
vote
0answers
289 views
Runtime error when using DataObject.PutInClipboard Method
I have a macro that run fine in my PC . But when someone else run it throw the following exception :
"Run-time error '-2147221036 (800401d4)'
DataObject:PutInClipboard CloseClipboard Failed"
Here ...
1
vote
0answers
130 views
How can I completely disable Clipboard History/Cycling in Visual Studio 2010?
I have clipboard problems every day, just from doing simple cut, copy and paste operations. The clipboard in Visual Studio fails half the time for me, and it drives me insane.
Is there any way to ...
1
vote
0answers
164 views
“Saving” directly to Clipboard - Possible?
I'm working with an API that produces images in BMP or JPG format. The API method in question requires a path and filename. However, in some cases, I would like to simply put the image into the ...
1
vote
0answers
160 views
Datatype evaluation in Excel to ASP.NET copy/paste operation
My first question here on StackOverflow...
I think the answer to my question may be that it is not possible, but I am working on a multinational ASP.NET application where users will want to copy a ...
1
vote
0answers
234 views
Caused by EditControl or Clipboard?
OK, so i am writing this program in C++ that is supposed to append the clipboard text into the edit control inside the Auto-Clipboard tab. I have setup the program so that it supports unicode text.
...
1
vote
0answers
317 views
How to store HTML with images in clipboard without leaking temporary files?
Is there any way to store HTML fragments in the Windows clipboard containing <img...> elements that reference temporary image files and to make sure that no temporary image files are left in the ...
1
vote
0answers
178 views
How can I listen for clipboard events in node.js?
I want to be able to listen for clipboard events (the copy event more precisely) in node.js.
I've already used windows keyboard hooks in java... so I'm already a bit familiar with the topic.
And as ...
1
vote
0answers
2k views
IOS Clipboard ( Copy&Paste) could not across apps
I have a strange problem, I believe I might just need some entitlement to declare to make it work.
I have some text view that user could copy text, and it could be pasted into another text fields ...
1
vote
0answers
260 views
Clipboard.SetImage doesn't work when pasting in to Windows Live Writer
I'm using Clipboard.SetImage to copy an image, I can paste this image in to mspaint and it works fine. However if I try to paste the image in to WLW it just pastes an empty line. If I copy an image ...
1
vote
0answers
265 views
Can you get docx xml off the Clipboard in C# (.NET 4.0)
It's easy to get things like Html, rtf, UnicodeText, and images off of the clipboard using this:
Clipboard.GetText(TextDataFormat.Html); or Clipboard.GetImage(); or what have you.
Is there a way to ...
0
votes
0answers
24 views
Pasteboard - copying (image + text) creates mystery \n line break
When I add an image and a string to the pasteboard I get a mysterious line break at the start of my text?
NSMutableDictionary *photo = [NSMutableDictionary dictionary];
NSMutableDictionary *text = ...
0
votes
0answers
7 views
How to detect which program put data into windows clipboard
Is there any way to find which program put data(Image data) in to clipboard?
sukesh chand
0
votes
0answers
81 views
Delphi: Paste ANSI RTF text from the Clipboard as plain text with PROPER CHARSET
I have a non-Unicode Delphi 7 application - every component uses ANSI strings.
The Font.Charset property of certain components can be changed by the user.
I need to be able to paste RTF text from ...
0
votes
0answers
30 views
C++ how to get data size of clipboard bmp image
So far the problem is getting image's size (but also might be something in addition to that)
unsigned char* dstTmp = NULL;
FILE *file;
file =fopen("C:/1.bmp","rb");
fseek (file , 0 , SEEK_END);
...
0
votes
0answers
20 views
Android: text selection/copy Api < 11
I'm developing an Android application, i would like it to work from API 9.
I'm having problems with the copy text. I have a WebView and i can copy normally, longpress, select, touch and it is copied ...
0
votes
0answers
44 views
xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection
I've tried various ways to coerce xterm (versions 285 and 292) to copy the selection to the CLIPBOARD clipboard whenever I press Ctrl-Shift-C. The most promising way thus far has been, in ...
0
votes
0answers
15 views
SetWindowHookEx strange behavior with winword
I'm trying to keyboard-hook for all process in a session. For most processes, it works fine. However with winword (korean office 2010, 64bit on 64bit os) the hook procedure seems called endlessly.
My ...
0
votes
0answers
52 views
Pasting clipboard into excel from word macro
I am trying to paste the clipboard into an excel sheet from a Word document macro.
This should be easy, I'm not making it so.
I'm pasting the clipboard because I need to copy the entire source Word ...
0
votes
0answers
13 views
Is there any way to call nsiClipBoardHelper.idl in my javascript.?
i want to get clipboard data and it have to display in my firefox page.
i used window.clipboardData.getData("text") for the internet explorer. it works perfect in explorer.
and firefox throws error ...

