We need to download the vbalsgrid6.ocx 64bit file is it possible for you to send me a link to download this file since we have received the following error;
Appreciate your support on this matter. Thanks.
Reply: I don't think there will be 64-bit, because VB6 is a 32-bit development tool. You can try to find reasons from other aspects.
vbalsgrid6.ocx run-time error '0' and other problems
vbAccelerator SGrid is implemented in the VBALSGRID6 OCX file. However, it uses the external subclassing and timer assistance library named SSubTmr, which is implemented in the separate SSubTmr6 DLL. To use vbAccelerator SGrid on the computers of your clients, it is not enough to redistribute and register vbalsgrid6.ocx. You also need to include SSubTmr6.DLL into the deployment package and properly register it as an ActiveX COM DLL on the client computers. If anything is wrong with this external DLL, your application becomes completely unusable - you get vbAccelerator SGrid II Control Run-Time Error '0' or something like that.
Our development policy for all 10Tec controls is not to have any external dependencies, so in the case of the iGrid grid control you just need to redistribute the iGrid OCX file with your app.
Despite this fact, iGrid even provides you with the ability to browse ADO and DAO recordsets using COM late binding. It also gives you the native OS look-and-feel by using the OS visual styles in all recent versions of MS Windows including Vista, Windows 7 and Windows 10 - and all this is implemented without any hard-coded references to external DLLs.