Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

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
[180 byte] By [Daniel Reber] at [2007-11-9 18:50:19]
# 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
Patrick Steele [MVP] at 2007-11-11 21:58:08 >
# 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
Daniel Reber at 2007-11-11 21:59:13 >