473,385 Members | 1,727 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,385 software developers and data experts.

how to copy and paste data without using clipboard

Hi

I have one VB application,in that one form consits of
textbox.
Textbox conatains some data,i want to copy and paste that
data into another application without using clipboard
oprations.How can it is possible in VB?
If any one knows the source code or any related website
URL's please let me know.
Mamatha
Nov 20 '05 #1
3 2684
You can look at remoting and pass the data from the first app to the second.

Or you can even access the clipboard programatically from VB using Clipboard.SetDataObject and other functions.

--
Rgds,
Anand
VB.NET MVP
http://www.dotnetindia.com
"mamatha" wrote:
Hi

I have one VB application,in that one form consits of
textbox.
Textbox conatains some data,i want to copy and paste that
data into another application without using clipboard
oprations.How can it is possible in VB?
If any one knows the source code or any related website
URL's please let me know.
Mamatha

Nov 20 '05 #2
* "mamatha" <ma***********@yahoo.com> scripsit:
I have one VB application,in that one form consits of
textbox.
Textbox conatains some data,i want to copy and paste that
data into another application without using clipboard
oprations.How can it is possible in VB?


Do you have control over the other application (its source code)?

--
Herfried K. Wagner [MVP]
<URL:http://dotnet.mvps.org/>
Nov 20 '05 #3
You could use Sendkeys?? I have also used the dll developed by the producers
of AutoIT, that I find very helpful in this sort of situation, and enables
you to have at least some control over timing etc, in that you can set it to
wait for active windows and various actions. I searched high and low to get
this degree of functionality to get informtaion going from my applicatiosn
to other 3rd party stuff that I could manage in no other way.

http://www.autoitscript.com/autoit3/

Best wishes

Paul Bromley

"mamatha" <ma***********@yahoo.com> wrote in message
news:27****************************@phx.gbl...
Hi

I have one VB application,in that one form consits of
textbox.
Textbox conatains some data,i want to copy and paste that
data into another application without using clipboard
oprations.How can it is possible in VB?
If any one knows the source code or any related website
URL's please let me know.
Mamatha

Nov 20 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

5
by: tabonni | last post by:
Hello All I am creating an ASP page. There are a list of filename and checkbox next to it. When user checked all the documents they want and click ADD TO CLIPBOARD button. All filepaths will be...
4
by: Legendary Pansy | last post by:
I was checking out the 101 C# Samples, specifically Windows Forms - Use the Clipboard. I took a look at the code for a while, and I understand what the program is doing with the cut, copy, pasting...
5
by: DraguVaso | last post by:
Hi, I'm looking for a way to Copy and Paste Files to the clipboard. I found a lot of articles to copy pieces of text and bitmaps etc, but nog whole files. Whay I need is like you have in...
2
by: Keith | last post by:
I'm trying to come up with a way to create a contextmenu that will do all the "standard" functions (cut, copy, paste, undo, etc). There seems to be a lot of information out there - but nothing...
7
by: lgbjr | last post by:
Hello All, I¡¯m using a context menu associated with some pictureboxes to provide copy/paste functionality. Copying the image to the clipboard was easy. But pasting an image from the clipboard...
6
by: Ben R. | last post by:
Hi, I've got a vb.net winforms app. Out of the box, I can use Ctrl X, C and V as expected in controls like textboxes. I've got a menustrip, and if I click the link "Add standard items" which...
8
by: serge calderara | last post by:
Dear all, I have an treeview control with different node object, I would like to implement the Copy/Paste function of an object . For that I am using the folowing function to copy teh object to...
9
by: Alan T | last post by:
Any source code example I can use to save the clipboard content to an object, then I will do a copy and paste, finally put back the 'saved' clipboard content back to clipboard ?
17
by: Steve | last post by:
I'm trying to code cut, copy, and paste in vb 2005 so that when the user clicks on a toolbar button, the cut/copy/paste will work with whatever textbox the cursor is current located in (I have...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.