Re: Passing Data Between Different Apps
- From: "Kevin Provance" <casey@xxxxxxxxxxx>
- Date: Fri, 28 Oct 2005 14:24:19 -0400
I guess it all depends on the amount of data and what kind of data.
In a pinch I write the data to a file and the other app reads it. XML works
too.
- Kev
"tom" <tom@xxxxxxxxx> wrote in message
news:uSR3dp%232FHA.700@xxxxxxxxxxxxxxxxxxxxxxx
> Hi,
>
> I have a VB6 app that launches a C# app for the user to interact with.
> The C# app gets user input for the VB6 app. The reason fot the app to be
> written in C# is because the form is highly configurable with many
> different controls being added and removed based on user input. It was
> much easier with reflection than control arrays. Anyways back to my
> question, I have chosen to use an xml file for persisting the data between
> the apps. I was wondering what others do to pass data between apps?
>
> Thanks
>
.
- Prev by Date: Re: Installation of MSMQ - Message Queueing
- Next by Date: Re: User control questions
- Previous by thread: Re: Installation of MSMQ - Message Queueing
- Next by thread: Re: Passing Data Between Different Apps
- Index(es):
Relevant Pages
|