Top "Paste" questions

The paste tag is to be used for issues relating to the paste portion of copy/paste operations.

Javascript - Removing spaces on paste

I have an input text field with a maxlength of 10. The field is for Australian phone numbers (10 digits). Phone numbers …

javascript html css space paste
Paste from Excel to WPF DataGrid

I have a DataGrid (called TheGrid) that I would like to implement copy and paste functionality on. The copy functionality …

c# wpf datagrid clipboard paste
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 …

javascript google-chrome copy clipboard paste
Pylons: address already in use when trying to serve

I'm running pylons and I did this: paster server development.ini It's running on :5000 But when I try to run …

python nginx pylons paste paster
Jquery / JS bind "paste" event handler to input textbox

Allright, SO i have an input box and I need to do things everytime it changes, I am having trouble …

javascript jquery event-handling mouseevent paste
Create and Copy hyperlink with text/caption to Clipboard with c#

In all sorts of programs you can copy hyperlinks to clipboard and paste them into other applications. E g the ’…

c# hyperlink copy clipboard paste
PowerPoint VBA: which command (or a set of commands) would create ppt frames out of my .jpg pictures?

I have a few .jpg files in C:\my_folder Here are their names: pic_1.jpg , pic_2.jpg , pic_3.jpg , …

vba image powerpoint paste frames
How to use Command-c/Command-v shortcut in Mac to copy/paste text?

I have a Java Swing application that i want to run on Mac OS X. I want to use the …

java swing copy paste macos
How to detect the paste event in editext of the application?

How to detect when a user copies a data and paste it in the edittext of the application. Only need …

android events paste
How to crop from one image and paste into another with PIL?

With PIL, I am trying to copy a rectangle out of an image, and paste it into another. This is …

python python-imaging-library paste crop