Link to home
Start Free TrialLog in
Avatar of wally_davis
wally_davisFlag for United States of America

asked on

Converting from VBScript to VB.NET

Does anyone know if there is an application that will convert VBScript to VB.NET or if there is a conversion chart that will show you what namespaces/methods/properties will map over from VBScrtop to VB.NET or vice-versa. I've been programming in VB.NET for around 7 months and have done very little programming in VBScript. I have to convert a bunch of VBScript files someone else has left me to VB.NET. Most of the conversion are around using WScript.Shell, .Network, Scripting.FileSystemObject, winmgmts, Local printer/networ printer stuff, Computers, arrays, etc.

Any help would be appreciated!
Thanks,
Wally
Avatar of dlan75
dlan75
Flag of France image

Hi,
I think VS2005 has the ability to convert those scripts
ASKER CERTIFIED SOLUTION
Avatar of graye
graye
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hi,
There are some converters, look at this one for example : http://www.netcoole.com/asp2aspx.htm (not free though)

You can take a look at this article as well : http://dotnet.sys-con.com/read/47761.htm
Hope you'll find a solution to your problem.