Re: Passing Data Between Applications

From: Nick Malik [Microsoft] (nickmalik_at_hotmail.nospam.com)
Date: 01/12/05


Date: Wed, 12 Jan 2005 07:24:00 -0800

you never said if your .net app is running on all of the client's machines
or just on a single server...

you never said if your app is already running when the vbscript is called or
if you want/need the vbscript to start your app.

does your app run entirely in the background, or does it have a user
interface?

Please provide details.

-- 
--- Nick Malik [Microsoft]
    MCSD, CFPS, Certified Scrummaster
    http://blogs.msdn.com/nickmalik
Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
   I do not answer questions on behalf of my employer.  I'm just a
programmer helping programmers.
--
"AndyDunning" <andy.dunning@fmg.co.uk> wrote in message
news:41e50425$0$19160$ed9e5944@reading.news.pipex.net...
> Hello,
>
> I'm interested in establishing the best way to pass information between a
vb
> script and a .net application.
>
> We have a VbScript that runs on a users pc every time a phone call is
routed
> to that user,  this script is provided by out telecom provide. The Script
> contains call details e.g. incoming number.
>
> My aim is to pass data from this vb script to my .net app.
>
> Suggestions as to the best way to proceed would be much appreciated.
>
> Thanks
>
> Andy
>
>


Relevant Pages

  • Re: why write a script when u can write a vb6 app
    ... >> Ofcourse writing a script is easier and faster, ... Because I have to assume that only I will modify a VB app, ... With a script, I ... VBScript can deal with byte arrays, but cannot declare or modify them. ...
    (microsoft.public.scripting.vbscript)
  • RedirectStandardOutput & OpenTextFile Conflict
    ... of the standard output after that call is made. ... VBScript output via CSript.exe ... ' Include Library Script ... the C# app picks up the Echo's just fine. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: RedirectStandardOutput & OpenTextFile Conflict
    ... of the standard output after that call is made. ... VBScript output via CSript.exe ... ' Include Library Script ... the C# app picks up the Echo's just fine. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Passing Data Between Applications
    ... send the data in the callback. ... app ends. ... modify the VBScript to call the console application, ... > The .Net app has a UI and should already be running on the client pc. ...
    (microsoft.public.dotnet.general)
  • WebResponse.Close() not disposing unmanaged resource?
    ... I have a .net app that uses a lot of calls to System.Net.WebRequest, ... and it appears to be leaking memory. ... Checking the profiler, I ...
    (microsoft.public.dotnet.framework)

Loading