Home All Groups Group Topic Archive Search About

Passing values from one vb application to another vb application

Author
31 Jan 2006 6:02 AM
Uma
Hi,

can any one help me to pass the value from one vb application to another vb
application.


Regards
M. Subbaiah

Author
31 Jan 2006 8:10 AM
Robert
Maybe you could give some more detail what you want to do. Start a second
app and pass values, pass values to an existing app, how much data, how
quickly does it have to arrive...?

Robert

Show quoteHide quote
"Uma" <u**@cspl.com> wrote in message
news:uk6aBwiJGHA.1452@TK2MSFTNGP10.phx.gbl...
> Hi,
>
> can any one help me to pass the value from one vb application to another
vb
> application.
>
>
> Regards
> M. Subbaiah
>
>
>
Author
31 Jan 2006 8:13 AM
Michael Cole
Uma wrote:
> Hi,
>
> can any one help me to pass the value from one vb application to
> another vb application.

Yes, but you will probably need to provide more information as to what you
want.

You can pass values via: -
    Setting properties;
    Raising events;
    Passing command line parameters;
    Sticking them in a shared text file;
    many others...

What are you trying to accomplish?


--
Regards,

Michael Cole