Tagged Questions
0
votes
1answer
17 views
Copying charts Visual Studio (c++)
What is the easiest way to copy System::Windows::Forms::DataVisualization::Charting::Chart^ to the clipboard?
Thanks a lot.
0
votes
2answers
32 views
How to copy image to clipboard from internet?
I am modifying the browser source code and I need to be able to copy an image to the clipboard from the internet. I can't seem to find out how to do it, and I know it's possible because I've seen it ...
0
votes
1answer
9 views
How to do access windows paste functionality just like teracopy does?
I am trying to copy a set of files or say set of folder (files can be of higher size or of any type), when i try to copy then everything is stored in clipboard, i want to know how to access the ...
-1
votes
4answers
68 views
Copying File From Unix To Windows Clipboard [closed]
I want to copy a large file from a Unix server to the Windows clipboard using SSH.
How can this be done?
I can't install any third party application on the server
I tried various options like %y+ But ...
0
votes
1answer
37 views
Make the Android text selection float
I have an app with a EditText in the bottom of the screen
when im writing into this editText the keyboard opens and covers half of the screen so i see only the bottom half of my screen(so far so good ...
-1
votes
1answer
31 views
How can i copy tmux output to system clipboard? [closed]
I want to copy a large section to the file in tmux. Then I enter the tmux vi mode, and copy the selected strings. However, the system clipboard is empty. How can I copy the selected strings to system ...
0
votes
0answers
32 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
33 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 ...
0
votes
0answers
57 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 ...
0
votes
1answer
52 views
Copy textbox labels and content to clipboard
I want to create a web template form for a helpdesk. Basically users will have multiple textboxes to fill out and at the bottom would be a "Copy to Clipboard" button which would copy everything in a ...
2
votes
2answers
310 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 ...
1
vote
2answers
139 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
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#
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 ...
0
votes
0answers
99 views
How to click on an element and use javascripts “copy” event to add to the clipboard
Javascript finally has the "copy" event and we no longer have to use flash! (well, we still should use flash as a fallback).
http://dev.w3.org/2006/webapi/clipops/#x3.1.1-copy-event
I'm trying to ...
0
votes
3answers
243 views
Get data from then back to Windows Clipboard
I would like to get the data currently stored in the Windows Clipboard and save it in a variable, then put the data back into the clipboard.
Right now I'm using this code:
object l_oClipBrdData = ...
4
votes
1answer
549 views
In chrome, using the window.Clipboard object, is there a way to capture pasted text?
You can capture an image. I am trying to figure out how to capture text. I'm guessing there isn't, for security reasons, but I wanted to make sure.
Also is there a reference for this stuff? ...
0
votes
0answers
41 views
javascript copy to clipboard [duplicate]
Possible Duplicate:
How to copy to the clipboard in JavaScript?
I'm unable to get this function to copy a text field to the clip board to work. It selects the text field but doesn't copy it ...
0
votes
1answer
570 views
on click <input> select all value and copy to clipboard (cross browser support)
I want to select all and copy to clipboard the value of input when the user clicks on the input itself with cross browser support.
Example:
onClick this:
<input value="Generated Value: ...
0
votes
2answers
140 views
trying to create a method to copy the text in a textbox to the clipboard
I'm new to C# and I am trying to create a method to copy the text in a textbox to the clipboard. I have searched online and found Clipboard.SetText and Clipboard.GetDataObject as some possible methods ...
3
votes
1answer
613 views
Android: Copying a text to the clipboard for API < 11
I have a problem with copying a text to the clipboard. I try to copy like this:
android.content.ClipboardManager clipboard = ( android.content.ClipboardManager ) ...
1
vote
3answers
169 views
Javascript copy text without tags
I have a script that when clicked will copy the contents of a div to the clipboard
<script type="text/javascript">
var program=document.getElementById('code');
ShowLMCButton(program.innerHTML, ...
0
votes
2answers
305 views
c# Copy content of a textbox to Clipboard in browser SharePoint
I have a button "copy" which should copy a before generated text to clipboard.
I have the following code in my SharePoint-WebPart-Application:
public void CopyToClipboard_Click(object sender, ...
0
votes
1answer
67 views
Clipboard copy action - whose file is the content?
I need to track copy-paste actions in Windows and Linux (I'm assuming gnome/unity) towards my app monitoring the clipboard content and the originating file's location (path)
How can I accomplish ...
0
votes
0answers
796 views
how to create a copy button
please I am trying to create a simple button that can copy a long sentence on click to the clipboard so that it can be pasted anywhere, instead of the user highlighting the words and using the ctrl+c ...
0
votes
1answer
533 views
How to add “Copy to Clipboard” functionality to Blogger/Blogspot
I want to add "copy to clipboard" and open a new tab to blogger/blogspot. But don't know how to do it. After searching hour and hours through internet, decided to ask here. The thing i want to add is ...
0
votes
0answers
275 views
Custom copy, paste and delete in java using JTextArea
I have an arraylist of some object ArrayList<Object_Name> which I want to use it as a custom clipboard. Is there a way where I can cut, copy, paste and delete the strings that I enter in the ...
4
votes
1answer
680 views
Holding down on text in iOS does not bring up the 'copy' button on jQueryMobile Dialog when using ajax
I am talking about one of these Dialog boxes that pop up:
http://jquerymobile.com/test/docs/pages/page-dialogs.html
(short url for mobile http://bit.ly/KhCGVD)
Click 'Open Dialog' -- on that dialog ...
0
votes
2answers
3k views
How can I create an HTML button that copies selected text to the clients clipboard?
Here's a screenshot of my use case:
Where the button is just a <button>Copy To Clipboard</button> element.
What's the best way to accomplish this? I'm using jQuery.
I'm only concerned ...
0
votes
1answer
774 views
Exception while copying text from edittext to clipboard via context menus?
Am I doing something wrong when trying to copy TextView text to the clipboard?
My Code in my Activity Class:
@Override
public boolean onContextItemSelected(MenuItem item) {
String selectedItem = ...
1
vote
2answers
6k views
javascript cut/copy/paste to clipboard: how did Google solve it?
Yes, this question has been asked again and again: how to copy and paste from and to the system clipboard with javascript? I have found only partial solutions and hacks so far.
The reason that it has ...
1
vote
1answer
4k views
Cross-Browser JS/jQuery Copy current URL to Clipboard
I've been exploring ways to have a button to copy the current URL to the user's clipboard that is cross-browser compatible, but doesn't require Flash. I thought there would be a jQuery or vanilla ...
4
votes
1answer
1k views
Copy Selected Area's text to clipboard
I am pretty new to C# and programming in general.
I am wondering if there is a way to implement the following feature:
in my C# program have a textbox (named tb1) and button (named bt1).
When I ...
0
votes
0answers
167 views
WPF execute method after Copy command
How can I execute a method after the Copy command finish it's work. I'll try to explain it better:
I've have various datagrids. At some of them I do something at CopyingRowClipboardContent event, ...
0
votes
1answer
1k views
Copy to clipboard without System.Windows.Forms.Clipboard?
Well the question is that. Is there anyway to copy text and/or files to the Windows clipboard WITHOUT using Clipboard Class from .NET?
Thanks in advance
2
votes
1answer
136 views
File/Folder right-click 'Copy' action, how does it copy to clipboard?
I'm making an app that has some functionality of windows explorer. Actually I have to make a copy/paste actions. My question is what does windows copy to clipboard, when I'm right-clicking the file ...
3
votes
2answers
225 views
C#: How Do I Constantly Check the Clipboard for Copied Text
I need help checking the clipboard constantly in a loop or something for copied text. Basically I have a paste button, but I only want it enabled when I have text copied to my clipboard and disabled ...
1
vote
3answers
1k views
How to copy and paste text from any windows application (second clipboard)
I have a windows desktop application in c# (WPF), which is basically an issue managing application for a call center. It manages (adds, edits, deletes,...) customer issues (records in database), where ...
2
votes
2answers
370 views
Run bash command on Vim and copy result to clipboard
How can I create a Vim command and copy it's results to clipboard?
I want to convert Markdown to HTML and copy the result to the clipboard. So far I got:
nmap md :%!/bin/markdown/Markdown.pl ...
3
votes
1answer
4k views
Android: Copy to clipboard selected text from a TextView
Is there a possibility to copy to clipboard from a TextView UI component only the selected text?
I've catched the long press event and I copied the full text to clipboard, but now I want to specify ...
0
votes
4answers
2k views
Auto-copy to clipbord onfocus
I have a textarea that includes information. It has an onfocus attribute which selects all text inside it automatically (onfocus="this.select();). I want that when I focus on the textarea, all the ...
2
votes
2answers
4k views
How do you copy/paste from the clipboard in C++?
I'm still a C++ newbie who has only recently learned some file manipulation. I looked it up online and the codes given are way beyond my current skill. Is there a simple way to do this, or are there ...
4
votes
2answers
274 views
VIM: append to clipboard
I know how to copy to clipboard but how can I append to clipboard?
p.e. I use this in my code
let @+ = my_expression
but that overwrites the clipboard.
I know that I can use the register a-z ...
9
votes
1answer
11k views
Copy selected text to the clipboard WITHOUT using flash - must be cross-browser
I want to have a button which selects the text in a textarea and copies it to the clipboard. I can't seem to find any solutions which work in all browsers and don't use flash.
Surely this is doable? ...
6
votes
1answer
413 views
Include formatting information in windows clipboard copy buffer for pasting into Excel
My application writes tabular data to the windows copy buffer for the user to paste into Excel. This works fine for unformatted tabular data including tab-stops and new lines for cell and row ...
0
votes
1answer
1k views
WPF ListView's GridView copy to clipboard
I've a GridView like follow:
<ListView ItemsSource="{Binding Path=Foo, Mode=OneWay}">
<ListView.View>
<GridView>
<GridViewColumn ...
1
vote
1answer
705 views
Copy button label to clipboard
I'm using
private void Form1_Load(object sender, EventArgs e)
{
int i = 1;
var allLines = File.ReadAllLines(@"c:\text.txt");
foreach (var line in allLines)
{
var b = new ...
3
votes
1answer
292 views
Make a Label Copyable
I'm developing a WebApp for iOS which has a Label that will show a result for the user that should be copied for further use, but how I can make the Label content copyable?
1
vote
3answers
1k views
Javascript Bookmarklet to get current URL
How would I get the current URL with a javascript code that could be used in a bookmarklet? This code isn't working:
javascript:copy(window.location.href);
It needs to copy it to the clipboard. I ...
1
vote
2answers
3k views
How do I do a “select all” and “copy to clipboard” with Javascript for an asp:label?
I want to copy the content of an asp:label using javascript.
I can do it using this method:
strContent = document.getElementById('MainContent_lblHtml').innerText;
...

