Results 1 to 40 of 351

Thread: NewTab: tab control for VB6

Threaded View

  1. #11
    Lively Member
    Join Date
    Mar 2022
    Posts
    66

    Re: NewTab: tab control for VB6

    [QUOTE=Eduardo-;5607382]

    Code:
    #Const COMPILE_WITH_TAB_PROPERTY = 0
    change the 0 to 1:

    Code:
    #Const COMPILE_WITH_TAB_PROPERTY = 1
    While doing this, I read the comments above this area:

    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\
    So, I did this and I have not been having as many problems as I was before... my question is:
    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!
    Last edited by BooksRUs; Jul 14th, 2023 at 12:18 PM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width