Replies: 2 comments 1 reply
-
To use VB6Porter, click Add-ins - Code editor settings. Right click the vb6 toolbox area, click components. Select VB.dll. The VB.NET form designer (inside VB.dll) can be used to save cls files as designer files for VB.NET forms. That way you can initiate a highly customized form without having to write the code line by line. If you have the class file open the designer will operate in tandem with the VB6 code editor. See videos for details: https://www.youtube.com/watch?v=KQjLZx_1-os https://www.youtube.com/watch?v=qHAsELYJSB8 VBAPorter is very similar to VB6Porter but with less options. 64 bit office versions will need full registration of the VB.DLL assembly. VBA65 host dll needs the VBA65 SDK installed to work. Add a reference to the dll, then look through the documentation to learn the full VB object model which shares some functions with extensibility 5.3/6.0, usually used with addins. |
Beta Was this translation helpful? Give feedback.
-
You can use it for executables and other project types. You can also change ide elements in VBA code as well.
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
i installed by SetupVB6Porter.exe
but these features seems not work here
this maybe need to be optimized more convenient, when we change module name, ide should do two things
a.save now module files in project folder, and delete the older one
b.fix any prefix with module name, such as mModule.Test to mNewModule.Test
not really know what it is
do not know how to use it
and then these function i do not know how to use either:
1.VB interop dll,
2.VB6Porter addin dll to combine/port modules etc between VB6/VBA/VB.NET.
3.VBAPorter addin dll, do not know how to use either
4.VBA65 Host dll
Beta Was this translation helpful? Give feedback.
All reactions