[QUOTE=Eduardo-;5607382]
change the 0 to 1:Code:#Const COMPILE_WITH_TAB_PROPERTY = 0
While doing this, I read the comments above this area:Code:#Const COMPILE_WITH_TAB_PROPERTY = 1
So, I did this and I have not been having as many problems as I was before... my question is:Code:'Tab is a reserved keyword in VB6, but you can remove that restriction. 'To be able to compile with Tab property, you need to replace VBA6.DLL with this version: https://github.com/EduardoVB/NewTab/raw/main/control-source/lib/VBA6.DLL 'VBA6.DLL is in VS6's installation folder, usually: 'C:\Program Files (x86)\Microsoft Visual Studio\VB98\
Do I have to distribute this modified VBA6.DLL to all of my users?
Everything looks and runs great in the IDE, but when I run the compiled EXE, the program immediately dies (even on the dev machine)! I need to figure out how to deploy this! Please help!
Thanks!




Reply With Quote