Is there a opensource dialect of VB6? [closed]

≯℡__Kan透↙ 提交于 2019-12-04 04:41:35

The closest thing I can think of that would give you the kinda-sorta VB6 feel is Gambas.

There is an open letter to Microsoft asking for the open sourcing of the Visual Basic 6 (VB6) programming language. So far no reply from Microsoft.

And still no reply from Microsoft in July 2015.

But VB6 programming does work in Windows 10 and the VB6 IDE installs and runs too.

Jabaco is a lot closer to "the VB experience" than some of the other knockoffs.

It compiles to Java bytecode, giving you portability too. It is a work in progress, but it works for many kinds of programs and it is free in its current form.

The language behind VB6 is VBA (VBA6), which you will find in some Microsoft Office suite applications, notably Excel, Word and Access. Obviously you can't make executables but you can distribute code embedded in Word Documents, Excel Workbooks, etc or as add-ins specific to those applications. VB6 providers some global objects (Screen, Printer, etc) that are absent from VBA but you'll find that most of the VB6 experience can be found by entering the Visual Basic Editor (ctrl + F11) in a MS Office document.


Screenshot demonstrating the first default reference in VB6 is to "Visual Basic For Applications" (VBA6.DLL).

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!