VbScript in C# app
I have a VB application that I am staring to convert. One thing that I need
to do is execute VbScript. Can c# do this?
Thanks
Dan Reber
Datamasters, Inc
# 1 Re: VbScript in C# app
In article <3f4ce43f@tnews.web.dev-archive.com>, nospam@nospam.com says...
> I have a VB application that I am staring to convert. One thing that I need
> to do is execute VbScript. Can c# do this?
Create a wrapper for msscript.ocx (using tlbimp).
--
Patrick Steele
Microsoft .NET MVP
http://weblogs.asp.net/psteele
# 2 Re: VbScript in C# app
I thought that there might be something native to C#
Thanks
Dan Reber
"Patrick Steele [MVP]" <patrick@mvps.org> wrote in message
news:MPG.19b7f63f44b7db4c9896e8@news.dev-archive.com...
> In article <3f4ce43f@tnews.web.dev-archive.com>, nospam@nospam.com says...
> > I have a VB application that I am staring to convert. One thing that I
need
> > to do is execute VbScript. Can c# do this?
>
> Create a wrapper for msscript.ocx (using tlbimp).
>
> --
> Patrick Steele
> Microsoft .NET MVP
> http://weblogs.asp.net/psteele