This is the ActiveX Control version that comes out of the Std-EXE version.
Current version: 1.4.14
The development state of the ActiveX Control version does not necessarily match to the Std-EXE version.
That comes because the Std-EXE version is the "leading source" and the ActiveX Control version is derived from the Std-EXE version after a certain time.
Reason why is that it is not practicable to release a new ActiveX Control after each new feature.
However, certain bugfixes can and will be implemented into the current ActiveX Control version. (Revision)
It is not recommended to use the source code to compile another binary.
If own modification is necessary please rename the library to avoid redundancies.
The source code of the project can also be viewed on GitHub.
All controls are marked as "Safe for Initialization and Scripting" by the IObjectSafety interface.
Also everything is 100% IDE-Safe.
Here is a solution to use the VBFLXGRD14.OCX Registration-Free. (Side-by-side)
Keep in mind that this technology needs at minimum Windows XP SP2 or Windows Server 2003.
Tutorial:
The "Development" machine needs to register the VBFLXGRD14.OCX as usual and use the components for e.g. in a Std-EXE project.
The source project needs to include the Side-by-side resources. (see below)
Then on the "End user" machine you only need the VBFLXGRD14.OCX and the .exe (Std-EXE project) on the same folder.
It will work then without any registration.
The source code of "VBFLXGRD14SideBySide.res" is:
Current version: 1.4.14
The development state of the ActiveX Control version does not necessarily match to the Std-EXE version.
That comes because the Std-EXE version is the "leading source" and the ActiveX Control version is derived from the Std-EXE version after a certain time.
Reason why is that it is not practicable to release a new ActiveX Control after each new feature.
However, certain bugfixes can and will be implemented into the current ActiveX Control version. (Revision)
It is not recommended to use the source code to compile another binary.
If own modification is necessary please rename the library to avoid redundancies.
The source code of the project can also be viewed on GitHub.
All controls are marked as "Safe for Initialization and Scripting" by the IObjectSafety interface.
Also everything is 100% IDE-Safe.
Here is a solution to use the VBFLXGRD14.OCX Registration-Free. (Side-by-side)
Keep in mind that this technology needs at minimum Windows XP SP2 or Windows Server 2003.
Tutorial:
The "Development" machine needs to register the VBFLXGRD14.OCX as usual and use the components for e.g. in a Std-EXE project.
The source project needs to include the Side-by-side resources. (see below)
Then on the "End user" machine you only need the VBFLXGRD14.OCX and the .exe (Std-EXE project) on the same folder.
It will work then without any registration.
The source code of "VBFLXGRD14SideBySide.res" is:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<file name="VBFLXGRD14.OCX">
<typelib tlbid="{3E5D9624-07F7-4D22-90F8-1314327F7BAC}" version="1.0" flags="control" helpdir="" />
<comClass clsid="{25017520-D6C7-473A-A17B-2DC89C44B84D}" tlbid="{3E5D9624-07F7-4D22-90F8-1314327F7BAC}" threadingModel="Apartment" progid="VBFLXGRD14.VBFlexGrid" />
<comClass clsid="{3C1D9D59-7E05-496F-9F49-0ADD34002AE5}" tlbid="{3E5D9624-07F7-4D22-90F8-1314327F7BAC}" threadingModel="Apartment" />
<comClass clsid="{3EAAE612-84B4-409B-83C1-F68BBF706DD7}" tlbid="{3E5D9624-07F7-4D22-90F8-1314327F7BAC}" threadingModel="Apartment" />
</file>
</assembly>
Last edited: