Remoting is the right way to go when making cross-process calls (of course,
you might be able to implement some kind of "hack" to retrieve data directly
from the textbox but I don't recommend it).
This will get you started on remoting:
http://msdn.microsoft.com/library/de...roremoting.asp
HTH,
Jakob.
"Arun" wrote:
> 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
>
>
>