The goal: to run a web service in a Internet Explorer page. Can it be
done?

The only way I see is to have a VBScript able to import the functions
from System.Net.Sockets.TcpListener. Is it possible? examples? Do the
user needs to have some or all of the .NET framework installed?

Thanks

Alejandro

Re: Can I use system.net.* in VBScripts? by Tom

Tom
Tue Jan 29 16:55:24 CST 2008

On Jan 29, 4:10 pm, Alejandro Rivero <Al.Riv...@gmail.com> wrote:
> The goal: to run a web service in a Internet Explorer page. Can it be
> done?
>
> The only way I see is to have a VBScript able to import the functions
> from System.Net.Sockets.TcpListener. Is it possible? examples? Do the
> user needs to have some or all of the .NET framework installed?
>
> Thanks
>
> Alejandro

That object is not registered on my machine which has the .NET
framework v3, I think, loaded, so I must surmise it is not part of the
framework. Even if it were, it might not be, probably is not, exposed
to script.

Tom Lavedas
===========
http://members.cox.net/tglbatch/wsh/

Re: Can I use system.net.* in VBScripts? by Alejandro

Alejandro
Fri Feb 01 19:55:05 CST 2008

On 29 ene, 23:55, Tom Lavedas <tglba...@cox.net> wrote:
> On Jan 29, 4:10 pm, Alejandro Rivero <Al.Riv...@gmail.com> wrote:
>
> > The goal: to run a web service in a Internet Explorer page. Can it be
> > done?
>
> > The only way I see is to have a VBScript able to import the functions
> > from System.Net.Sockets.TcpListener. Is it possible? examples? Do the
> > user needs to have some or all of the .NET framework installed?
>
> > Thanks
>
> > Alejandro
>
> That object is not registered on my machine which has the .NET
> framework v3, I think, loaded, so I must surmise it is not part of the
> framework. Even if it were, it might not be, probably is not, exposed
> to script.
>
> Tom Lavedas
> ===========http://members.cox.net/tglbatch/wsh/

Thanks Tom;

I think that I will surrender.