Data exchange between two executables

A

Arun

I have two vb.net applications running on the same machine, App1.exe and
App2.exe.
On the click of a button in App1.exe, can I retrieve a value from a textbox
in App2.exe?

TIA

-AN
 
R

Raghavendra T V

Hi Arun,

I dont think its possible to get Textbox value which is in a different
application ..exe file.

But what you can do is in App1.exe write code to write the textbox value to
an XML file and then read the value from XML file from the App2.exe.

Hope this helps you.

Thanks
Raghavendra
 
H

Herfried K. Wagner [MVP]

* "Arun said:
I have two vb.net applications running on the same machine, App1.exe and
App2.exe.
On the click of a button in App1.exe, can I retrieve a value from a textbox
in App2.exe?

Remoting or sockets.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top