Is it possible to import another visual basic (.bas) files which defines some functions to be used during run time? Basically, I would like to do something similar to the #include in C or Use/Require in Perl ?
Just choose 'Add Module' from the project menu and browse for the file. Ruairi
Could your manufacturing facility benefit from real time process monitoring? Would you like your employees to be able to see up to the minute goal and actual production?
For innovative, low cost solutions check out my website.
ok, now i'm confused about what you are trying to do. if you want to have some precompiled functions you can call from different programs you would create an active-x .dll and create an instance of it in your program. How exactly do you want to use this?
Ruairi
Could your manufacturing facility benefit from real time process monitoring? Would you like your employees to be able to see up to the minute goal and actual production?
For innovative, low cost solutions check out my website.
Look up "References" in help. The description there (I think) only refers to doing it manually, but if you follow the trail, you can see how to do it programatically, although I have never quite found a compelling need to do it that way. Perhaps if the referenced stuff was somewhat extensive and different apps used small sub-sets of the material?
MichaelRed
redmsp@erols.com
There is never time to do it right but there is always time to do it over
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.