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.

learn more… | top users | synonyms

-2
votes
0answers
36 views

How to copy the output of a program from a cmd window [closed]

I'm writing a program which calls up a second program that displays a text output in a command prompt-like window automatically. I want to automatically copy that text output to the clipboard or ...
0
votes
1answer
26 views

Can't paste into MacVim

I copy text from outside of Vim. ⌘V in other apps pastes text without problem. In MacVim, it doesn't work. In Insert Mode, nothing appears. In Normal Mode, I get E353: Nothing in register +. This ...
1
vote
1answer
39 views

Is it possible to queue sendkey commands in Windows?

We are writing a Python application that relies on copying and pasting content from the top windows. To do that we issue sendkey commands: Ctrl-Esc for going to the previous windows Ctrl-A followed ...
0
votes
0answers
19 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 = ...
1
vote
1answer
46 views

How to Copy Local Storage Image to Clipboard WinRT

I have an application, where user download images to the Local App Storage, it works like this because in order for the application to display content properly we dont want the user to have direct ...
0
votes
1answer
31 views

Copy embedded structure to clipboard and retrieve it in win32

I am trying to implement clipboard operation (cut/copy/paste) on my win32 window. This window has a bunch of gdi objects drawn over it, and the window can have child controls inserted in it as well. ...
3
votes
2answers
33 views

Allow user to copy image from picturebox and save it everywhere

In my application I have a pictureBox that shows an image. When user right clicks on the pictureBox and selects Copy from the context menu, I want to copy the image into the clipboard so the user can ...
1
vote
0answers
24 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 ...
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
65 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 ...
-1
votes
0answers
23 views

How to make Ubuntu's Copying and Pasting websites work similar to Windows? [closed]

I am using Evernote on Windows its really good for taking notes so I installed the same Evernote on Ubuntu using Wine (PlayOnLinux). In windows when I copy(ctrl + c) a web site and past(ctrl + v) it ...
1
vote
1answer
26 views

Trigger.io copy link to iPhone clipboard

is there is any way using javascript or any Trigger.io native method to copy value to the iPhone clipboard ? I tried a lot of solution for cross browser copy to clipboard but not worked with the ...
0
votes
1answer
19 views

How can I cleanly programatically add images to the clipboard and paste them?

i have a global registered hotkey which works fine, inside this hotkey is the following code: { Clipboard.SetDataObject(Properties.Resources.cookie); ...
0
votes
0answers
28 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
18 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
35 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
1answer
27 views

Send unsaved image or image from clipboard to to a program as a parameter

Question may not be well written. I have an image viewing program and I would like to be able to send an image to another program, like Photoshop. I can do this if the image has a saved source, but ...
0
votes
0answers
31 views

Copy url title to clipboard [duplicate]

Sometime ago, I made a list of links that have long titles. The original script let me push those link titles into a div when clicked on. Since then, the page has changed and I've lost that script. ...
-3
votes
0answers
18 views

How to get back last insert string of Listview item on VB 6 [closed]

Someone want to fill to text box from listview last insert, how to call back and then fill to text box using keyboard event not using mouse event, thx before.
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
1answer
38 views

Android- do not split the context menu when splitted action bar used

I have an edit text and below that one button and action bar at the top and bottom in one of the screen in my application. after entering the the text in edit text when i long press on text in edit ...
0
votes
2answers
41 views

Unable to access clipboard in FileSystemWatcher's renamed event

I have an object of FileSystemWatcher called 'watcher' instantiated in my main function. I tried to store the text on clipboard in a string variable during the 'watcher.renamed' event but it always ...
1
vote
5answers
93 views

How do I run a function continuosly in a c# program

I am using my desktop application written for Windows 8 in C# to provide the readings of different device sensors on clipboard. Now, there is an external application (I dont have any control over its ...
1
vote
1answer
25 views

Curly brackets when using clipboard_append

So I was writing a program that converts MM to inches, RA surface finishes to MM, and can also convert tolerances for dimensions from MM to inches. This is actually my first project I took on in ...
0
votes
0answers
43 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 ...
3
votes
2answers
103 views

Way to copy to clipboard in the PURE javascript?

There is a way how to trick "copy to clipboard" functionality on web pages with flash... But is there a way to make it in a PURE javascript way (but still cross-modern-browser)? Beacause even adobe ...
2
votes
1answer
59 views

How to copy both - html and text to the clipboard?

I'm trying to put in the clipoard piece of html and plain text at the same time, so that html-capable editors could paste html, and other editors could use plain text. ...
-1
votes
0answers
33 views

Failed to copy String to Clipboard on android

I want to load a .txt file and copy to the devices' clipboard.(android sdk10) However, the following code shows an error around "android.text.ClipboardManager clipboard = ...
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 ...
0
votes
1answer
30 views

Appending to clipboard

I feel like I have been asking a lot of questions the last couple days but I really need help with this one. First of its my 3rd day writing code and python is the language of choice that I chose to ...
0
votes
0answers
17 views

Make paste button for browser, using c#

View screenshot of application How can I paste text from details text box to browser text box as shown. add button is to add text from description text box to clipboard. Now it should paste text ...
0
votes
1answer
46 views

How to fire keyup event on clipboard using jquery?

I want to fire keyup event on a pdf doc which is open in chrome browser. Is it possible or not?One of my friend told me it can be happened with clipboard object. I don't know he is right or wrong? ...
2
votes
1answer
76 views

How to accept MathML from Windows Math Input Panel?

The question How do i accept MathML? already explains how to handle output from Windows 7 and Windows 8 Math Input Panel using native Windows code. Is it possible to do the same with any web browser ...
0
votes
0answers
42 views

send a broadcast to ClipboardSaveService to enter CLIPBOARD_COPY_RECEIVER

If put this question before this one: Adding a png to clipboard in android Now I have found that when you make a screenshot he does this: 04-22 15:55:02.605: INFO/ClipboardSaveService(24343): ...
0
votes
0answers
95 views

zeroclipboard is not working. ZeroClipboard.setMoviePath is not a function

Good day, friends. I can't make zeroclipboard working with my page. In HTML page I have: <script type="text/javascript" src="ZeroClipboard.js"></script> //Script was loaded successfully. ...
4
votes
1answer
58 views

Java Clipboard on Linux (text only), some programs can read it, others can't, why

When my Java-based application (not a browser-based applet) copies plain text to the system clipboard on Linux, many programs are not able to access the clipboard data, but some are. Here's the ...
0
votes
1answer
43 views

How do I make sure only one font and font size is used in a text field?

The default settings of a text field allow content of a different font and font size to be pasted into the field. How do I make sure that pasted content is converted to use a specific font and font ...
1
vote
0answers
79 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, ...
0
votes
0answers
40 views

using Ctrl+C keybd_event and Clipboard.GetText with BackgroundWorker

as my code loops, the Clipboard.GetText doesn't seem to work (or is ignored) until it reaches the end of the loop, at which point Clipboard.GetText will finally return the last data string that was ...
0
votes
2answers
65 views

How do I paste to console Vim from the system clipboard?

I can copy text from Vim to other Mac applications with "*y. But when I try to paste into Vim, from TextEdit for example, I cannot paste text with "*p. Is there some setting that I missed?
1
vote
2answers
142 views

JavaFX Dragboard setContent interfering with setOnMouseDragged?

I would like to use drag and drop in JavaFX and have a feature where you can visually see the item being dragged. I've implemented what I thought would be a working solution, but there seems to be an ...
0
votes
1answer
35 views

Clipboard copy from outlook always has black background set when retrieved as image from Java clipboard object

Here are the application steps copy some richtext from a html email message or from a website(a combination of text + image) In your java code retrieve the content copied from the clipboard object ...
0
votes
0answers
19 views

Update clipboard from widget?

Say I click a widget and I want some text added to clipboard. Is this possible? Currently I do this from inside the app itself which works fine: ClipboardManager clipboard = (ClipboardManager) ...
1
vote
0answers
46 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
3answers
64 views

Copy every line of text on osx

The deal is this: I use http://www.clipmenu.com/ ClipMenu to have 20 states of the clipboard, because i need to copy each line of some txt file separated. So i open the txt file, and i go through ...
1
vote
2answers
124 views

How to set HTML Unicode text to clipboard in VC++?

I am a newbie to C++. I want to get the content of the clipboard, which might contain Unicode chars, append a div tag with some content formatted in HTML and set that back to clipboard. I have ...
0
votes
0answers
35 views

How to retrieve Source Details of copied content from clipboard

I am trying to retrieve meta data from the clipboard to keep track of the copy pasted contents using Javascript. I have tried using clipboardData object for getting the data but other than the copied ...
0
votes
0answers
25 views

Clipboard not getting refreshed after copying from Signed Applet the first time

I have a Signed Applet. Before copying any string etc. from the applet, I am able to paste data into the applet's textfield from external source such as a text file. But once I copy some string from ...
1
vote
0answers
44 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) ...
0
votes
0answers
53 views

SlickEdit 17---Why auto copy

   I'm now puzzled by the behavior of SE about the auto-copy feature.     First,when I double click on any word,the word will be copied to the clipboard,however I ...

1 2 3 4 5 23