3
votes
1answer
38 views
Is it possible to capture bash output to the OS X finder clipboard?
Is it possible to capture bash output to the OS X finder clipboard?
8
votes
4answers
365 views
How do you copy arbitrary data to the clipboard as a file?
We develop a database application. The user asks for a new feature, to copy blobs into the clipboard such that Windows Explorer can paste them as new files. One solution is to save …
0
votes
1answer
108 views
Is there any way to get a WordprocessingML Clipboard content in java?
I've got a customer who managed it to paste WordprocessingML content into our application. As far as I know it was a direct copy&paste from Word 2000 to our Java application. I …
0
votes
1answer
28 views
Can I attach an image from the clipboard?
I have a function which is responsible for generating an Outlook email with the appropriate information. However, I wish to attach an image from the clipboard. I can already detect …
1
vote
1answer
6 views
enabling clipboard for firefox portable?
i'm using the xinha wysiwyg editor and would like to enable the clipboard (for using the menu icons: copy, cut, paste)
i've googled but couldn't find a working method - only for …
1
vote
1answer
38 views
communicate between Firefox extension and .NET application
I am looking for a better way to pass information between my Firefox extension and .NET application. Currently, I am using text files to pass information one way to the .NET appli …
0
votes
2answers
289 views
Realtime BMP to JPG conversion in Delphi 7 using Paradox
Researching here and at Code News Fast, I've seen nothing on point to my problem. I have an app where a customer picture (a JvDBImage) is acquired through the clipboard from a thir …
2
votes
4answers
684 views
Programmatically (C#) convert Excel to an image
Hi,
I want to convert an excel file to an image (every format is ok) programmatically (c#). Currently I'm using Microsoft Interop Libraries & Office 2007, but it does not supp …
0
votes
1answer
67 views
clipboard image directly save to disk somehow on a local or iis
The user would have to press Alt prtScr to save the image to clipboard,
then maybe open word (Ctrl V)and get an path to save it to from the submit form page and save the document? …
0
votes
1answer
106 views
How can I access the iphone / ipod clipboard using python?
Hello,
I want to modify a python application written for the ipod/iphone.
It should copy a string into the clipboard so that I can use it in another application.
Is it possible to …
0
votes
1answer
38 views
How to read copied html text from clipboard with its html tags?
Hi,
When a user selects and copies a text from a web page, I need to get that text with all the html tags included so that I can select some specific attributes etc.
Is it possi …
0
votes
1answer
133 views
iTextSharp - How to generate a RTF document in the ClipBoard instead of a file
I would like to generate a PDF or RTF document using iTextSharp library that can be copied to the clipboard, using the same code I use to generate the document on a file (FileStrea …
0
votes
1answer
26 views
Is there a way to findout the source application from which tha data has been copied to clipboard-Windows Forms
Hi, I am using Clipboard object to play with data copied to clipboard. Lets say I have few application from which I can copy data to clipboard like excel,notepad,etc.
I want to kn …
1
vote
4answers
60 views
What does Clipboard or SendKeys class has to do with WinForms?
Those two useful classes are both under the System.Windows.Forms reference....
I can't see much relation between those and winforms.. Does anybody know why they're there?
thanks. …
1
vote
1answer
22 views
Flash Clipboard Questions
I'd like to create a site similar to imgur.com that allows easy screenshot uploading. Because I don't know much about Flash yet, I'd like to know if the following is possible.
Ca …
