vbConverter alpha

Zurück Home
 

vbConverter is a little tool that exports VB modules as VBScript modules or HTML pages with syntax highlighting.

Features

° Project management.
° Management of VB modules.
° Conversions to VBS code and/or HTML with syntax highlighting.
° Conversions of code using regular expressions.
° Batch convert.
° Editable syntax file.
° Use of customizable StyleSheet files (CSS) for HTML
° Support for XP-Styles

vbConverter is freeware!

Concept

The conversion of VB to VBS is limited to the descriptions listed below. Features which are not available in VBScript, like API functions will be left unchanged.

Conversion of VB to VBS

ActiveX objects

Scripting.FileSystemObject, Scripting.Dictionary, WScript.Shell
More objects can be added in the file vbConverter.ini.
Set x = New Dictionary -> Set x = CreateObject("Scripting.Dictionary") etc.

As - declarations

Function getData(strPath As String) As String -> Function getData(strPath)
Dim x As Integer -> Dim x

Optional - declarations

Function getData(Optional strPath As String = "Data") -> Function getData(strPath)

Classes

Adding of the keywords Class Name ... End Class for Class Modules.

Default methods

For default methods, the keyword Default will be added.
 

Screenshot

 

The screenshot was made using Community/ThemeXP Style

System Requirements

Windows 98, ME, 2000 or XP (Support for Windows 95 and NT is not provided)

Microsoft® Visual Basic 6.0 Runtime
Microsoft® Scripting Runtime 5.5 (including Windows® Script Host Object Model and Microsoft® VBScript Regular Expressions 5.5)
Microsoft® Common Dialog Control 6.0 ActiveX

Most runtimes are included in the VBX Application Runtime Setup. All except the Scripting Runtimes are part of the Visual Studio 6.0 installation.
Downloads...

     


© 2002-2007 VBX System