devxlogo

Application Finding VBXs and DLLs

Application Finding VBXs and DLLs

Question:
I have created a VB executable file and now want to distribute it to users. I want this executable to reside on our network drive. The problem that I am running into is that I want the application to look for additional files, such as DLLs (VBRUN300.DLL) and VBXs (GRID.VBX), in a specific directory rather than the default directories that Windows looks in (WINDOWS, WINDOWS/SYSTEM). Is there a way that I can set up an INI file or maybe some other solution?

Answer:
VBXs and DLLs will be found by a VB application as long as the directory is listed in the PATH variable in the AUTOEXEC.BAT. Just add in the network path to the PATH variable, and you will not have any trouble.

See also  Why ChatGPT Is So Important Today
devxblackblue

About Our Editorial Process

At DevX, we’re dedicated to tech entrepreneurship. Our team closely follows industry shifts, new products, AI breakthroughs, technology trends, and funding announcements. Articles undergo thorough editing to ensure accuracy and clarity, reflecting DevX’s style and supporting entrepreneurs in the tech sphere.

See our full editorial policy.

About Our Journalist