persistant app dtata

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a non C# applic that will can call an exe. It will call out multiple
times - the application ONLY needs a grid and simply add the new tab delim
string to a 'recordset'. Think of it as a simple scrolling log.

But I think the non C# app will launch a new version of the exe each time.

What sort of lightweight design would do this ???
 
I need to do this witout creating a service. I have a similar post dealing
with a slight twist on this.
 
Back
Top