|
|||||||
|
vbConverter is a little tool that exports VB modules as VBScript modules or HTML pages with syntax highlighting. Features° Project management. ConceptThe 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 VBSActiveX objects Scripting.FileSystemObject, Scripting.Dictionary,
WScript.Shell As - declarations Function getData(strPath As String) As String
-> Function getData(strPath) 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 RequirementsWindows 98, ME, 2000 or XP (Support for Windows 95 and NT is not provided) Microsoft® Visual Basic 6.0 Runtime Most runtimes are included in the VBX Application Runtime
Setup. All except the Scripting Runtimes are part of the Visual
Studio 6.0 installation. |
|||||||
|
© 2002-2007 VBX System |
|||||||