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

0
votes
1answer
82 views

How to generate filename for an image that have been saved from clipboard? VisualBasic

I just started to to learn VB, and I wanted to create a program which saves my clipboard (ProntScreen). I've succeed there, but I want to generate filename for those images, so I can take lot of them ...
0
votes
1answer
24 views

subscribe to clipboard event from within browser

Using the Win32 API it is possible to subscribe to clipboard events (Clipboard event C#). Is it possible to do this from within an Active X Control or SilverLight within a web page? My scenario is ...
0
votes
0answers
54 views

failure with getting clipboard content in java

/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package prijsveranderaar; import java.awt.AWTException; import java.awt.Robot; import ...
0
votes
1answer
280 views

C# Add excel text-formatted data to clipboard

In C# I need to copy data-grid rows to excel. Because some values in a row are doubles, "-Infinity" values are possible. I've tried to copy the rows as DataFormats.UnicodeText or DataFormats.Text ...
0
votes
1answer
67 views

Get path of file from clipboard in OS X

I would like my app to get the full path of the file copied to the clipboard before. I tried this: NSPasteboard *p = [NSPasteboard generalPasteboard]; NSDictionary *options = [NSDictionary ...
0
votes
0answers
32 views

Error when setting tooltip text of selected listbox item to clipboard [duplicate]

I am trying to set tooltip text of selected listbox item on clipboard using this code: [STAThread] private void listBox1_SelectionChanged(object sender, SelectionChangedEventArgs e) { ...
1
vote
1answer
142 views

Copy to clipboard in C++? [duplicate]

I want to copy some string to clipboard in my C++ application. How can I do that? Also is it possible to copy the formatting as well? Thank You
0
votes
2answers
286 views

Copy image from webbrowser to clipboard

I need to copy an image from a webbrowser control to my clipboard, because the image changes on every reload, and I tried to get the "src"-attribute and changing my picturebox.imagelocation to that, ...
0
votes
0answers
24 views

Gtk+ Error when Copy / Paste performed outside of application

I'm fairly new to Gtk. I'm working on a GUI application. Everything works great until I press Ctrl + C, Ctrl + V to copy/paste (in an outside application like excel). I am using Windows 8 64bit with a ...
0
votes
1answer
38 views

monitoring clipboard data

I want to write interrupt based console application or windows service for monitoring changed data in clipboard.So it would listen the clipboard data changed event. I have tried this using polling ...
0
votes
2answers
132 views

Clearing the Clipboard

I have the following console application in C# using System; using System.Collections.Generic; using System.Linq; using System.Text; using System.Timers; using System.Windows.Forms; namespace ...
2
votes
1answer
529 views

Copy-Paste image in Android using Clipboard Manager

I would like to copy image from my android application to the other android application using clipboard manager. I have researched a lot and read this tutorial but it doesn't cover the image copying ...
2
votes
1answer
477 views

C# Paste Clipboard content into Excel worksheet

As the title says, I try to actually paste what is in my Clipboard into an Excel. I've following code: Clipboard.SetText(html); sheet.Range("A1").Value = Clipboard.GetText(); Actually, the ...
0
votes
0answers
78 views

concerning RTF, the clipboard and olMailItem

This is actually one big blur of questions which came to mind on a certain issue. What I'm actually trying to do is to add entries to our sharepoint server through outlook. The issue that I'm stuck ...
1
vote
1answer
275 views

VBA PowerPoint Copy/Paste Inconsistencies

I have a VBA script written that searches through one PowerPoint (PRS_data) for a title match, and then copies the slide to a new PowerPoint (PRS). The slides on the source are simply a title and an ...
0
votes
0answers
28 views

Does System.Windows.Forms.Clipboard bug corrupt MS Office applications?

I have discovered a bug in System.Windows.Forms.Clipboard that corrupts MS Office applications--like Outlook, Access and Excel--when Clipboard.Clear() is called from Forms programs running on the Win ...
0
votes
2answers
146 views

Using tkinter to watch for clipboard,what's wrong with my code?

Some description about the code: This is part of my program and I only put the related lines here What I hope these code could do,is to watch for my clipboard.If I copy "http:xxx" to my clipboard,it ...
0
votes
2answers
377 views

asp.net copy table to clipboard

How can I copy the contents of an asp:Table to the clipboard so that it can be pasted in something like Excel? I assume some sort of JavaScript is required? For winforms it is easy enough using the ...
1
vote
0answers
32 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 ...
0
votes
1answer
45 views

Visual Basic Clipboard Manipulation

To get straight to the point. I've got 3 buttons. Each button sends a lengthy message to the clipboard where I can then paste it in another window. The messages are currently being stored in a string ...
0
votes
3answers
200 views

Access VBA image copy

I have a report generated by my access program. Each record in the report has a picture that is stored externally and referenced with a file path. I want to have a way for my users to copy the ...
0
votes
0answers
231 views

Copy / Paste Firefox (Works IE & Webkit)

Hellow I went looking for some answers in case of copy / pasting data from anywhere into my contenteditable divs on my site, saw a lot of possible answers here. But still nothing the saved my ...
2
votes
2answers
311 views

How to format rows and columns in clipboard to paste like coming from Excel?

I'm working with a bunch of grids and those grids don't support copying rows and columns with a table layout like Excel does. We need to be able to copy some rows and columns from the grid, and paste ...
0
votes
1answer
91 views

Clipboard.getText() is not refreshing fast enough C#

I am using this code: int X = Cursor.Position.X; int Y = Cursor.Position.Y; DoMouseClick(X, Y); SendKeys.Send("^a"); SendKeys.Send("^c"); clipText = Clipboard.GetText(); public void DoMouseClick(int ...
3
votes
2answers
60 views

put in and get out of clipboard in a loop without delays

I'm using the following code to copy text to Clipboard. System.Windows.Forms.SendKeys.SendWait("^c"); Then I use Clipboard.GetText() to get the text from Clipboard. It works fine, but it looks ...
0
votes
1answer
83 views

Copy text with colors to clipboard

As the title says, how can I copy colored/styled text to the windows clipboard in Java? The text is located in a JEditorPane like this: JEditorPane je = new JEditorPane("text/html","a <font ...
0
votes
1answer
36 views

Passing text data from silverlight to plain page

I have written app in silverlight which reads qr codes from webcam. I need to pass data (paste pure text) from silverlight to active field on page which contains silverlight, but not inside ...
0
votes
1answer
39 views

If I want to make my computer be able to 'see' itself, would examining the clipboard after a call to PrtSc be a wise method?

I have become increasingly interested in artifical intelligence, but I am still learning the basics of the windows API. My current goal is to create a c++ process which calls SendInput to simulate ...
1
vote
0answers
92 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 ...
0
votes
1answer
68 views

How to close the clipboard ressource in C#?

Below is the code how I put a text string into the Windows Clipboard. I am looking for a command to close the clipboard resource immediately after so that it is not locked anymore by the app. Do you ...
0
votes
1answer
106 views

How to release / unlock / close clipboard so that other apps won't crash

This is how I set the clipboard content (text string) in my C# program: Thread staThread3 = new Thread( delegate() { try { new SetClipboardHelper(DataFormats.Text, s).Go();} catch ...
1
vote
2answers
380 views

GetClipboardData (CF_UNICODETEXT);

Tell me please, why I get this issues: if clipboard contains unicode chars (e.q. russian) I get only first selected word. First word before "space" character. if clipboard not contains unicode chars ...
0
votes
1answer
762 views

vb6 and msflexgrid, how to count columns and rows in clipboard text

Back to vb6 and msflexgrid, there is a weakness in pasting text to this control. If the user wanted for example to paste a 2*3 array in msflexgrid he should select 2 rows and 3 columns to paste the ...
0
votes
0answers
33 views

Process and Clipboard Data

I want to know is their any way through which we can determine process id of process where clipboard data going to paste. Thank you.
0
votes
0answers
96 views

QT Failed to set data on clipboard (Access is denied.)

Why if i use: QApplication::clipboard()->setText("sometext"); and winAPI keyboard event: keybd_event() i can't use clipboard()->setText("sometext") second time after? Code listing: ...
0
votes
2answers
130 views

DataObject.GetData() returns an object of type MemoryStream anyway?

I don't know why the method GetData() requires a parameter of Type, I thought the Type is to specify that of which class/type the object should be. I have a structure called GraphicsPathWrap, it's ...
1
vote
2answers
142 views

How data is stored in windows clipboard

Whenever we copy any multimedia file or any file except text (Not sure about it) in clipboard , does it stores the address of file or data copy because whenever we copy any movie of like 3 GB , C disk ...
0
votes
2answers
154 views

Copying DefaultTableModel data to clipboard

I have the next JTable private void initComponents() { jScrollPane1 = new javax.swing.JScrollPane(); jTable1 = new javax.swing.JTable(); jButton1 = new javax.swing.JButton(); ...
0
votes
0answers
42 views

Why Clipboard is filled by SendMessage? [closed]

Hi I am using this code to get text from another application. public object WindowText(IntPtr hWnd) { object obj2 = ""; if (hWnd.Equals(IntPtr.Zero)) { ...
1
vote
0answers
122 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 ...
0
votes
0answers
114 views

How to copy selected item in list box? in C#

How to copy selected item in list box to clipboard,using right click "Copy" menu ? EDIT : in C#
0
votes
0answers
88 views

copy image to clipboard in python

the question is: i have a JPG file. i want to use python to copy that image to clip board. how ? if you give me a link about image objects in python , it would be appreciated. thanks p.s. : system ...
0
votes
1answer
385 views

javascript read blob as data url

I'm making a paste image from clipboard function then I need to convert blob data to base64 encoded data url here's the code: function handlepaste (event, e) { var items = e.clipboardData.items; ...
0
votes
1answer
58 views

Effect of PyGTK clipboard set_text persists only while process is running

I have the following script clip-test.py: #!/usr/bin/python import gtk gtk.Clipboard().set_text("exciting clipboard contents") gtk.Clipboard().set_can_store(None) # not sure if these last two lines ...
3
votes
1answer
53 views

Remove MoreClipboard from Eclipse Juno

To be specific, i've installed More Clipboard 1.6 in mu Eclipse Juno. Now i cant't find myself using it comfortably, so 've decided to remove it. So i uninstalled it from eclipse (help, about, etc), ...
1
vote
0answers
60 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
89 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 ...
0
votes
0answers
111 views

hide the text once it's copied to clipboard with javascript

I use ZeroClipboard to let visitor copy the text to the clipboard Here is my code <?php $text = 'Hello world !'; echo $text; ?> <button id="copy-button" ...
1
vote
1answer
308 views

copy and paste text into ios simulator

This must be documented somewhere, but I can't find it. In my app using the iPad simulator there is a textfield into which I want the user to paste text. In the real world the user will copy the text ...
1
vote
1answer
30 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 2 3 4 5 24