I have a VB 6 program with 176 forms,15 modules and growing… It is based on ORACLE database. All of it creates one EXE (size - 33, 156 KB).
I know, it’s a lot, that’s why I have this question.
What would be a good way to divide it into smaller pieces?
I know I can have multiple Projects in my VB, but the problem I see is: we have one connection to DB and we stay connected while in the program, and close the connection on Exit. Also, some Forms are accessible from several places (other Forms) and Modules are accessible from many Forms as well (obviously)
Can I have several Projects in VB that use (access) the same Form and/or Module so I don’t have to repeat them in every Project?
Some good ideas would be welcome.
---- Andy
I know, it’s a lot, that’s why I have this question.
What would be a good way to divide it into smaller pieces?
I know I can have multiple Projects in my VB, but the problem I see is: we have one connection to DB and we stay connected while in the program, and close the connection on Exit. Also, some Forms are accessible from several places (other Forms) and Modules are accessible from many Forms as well (obviously)
Can I have several Projects in VB that use (access) the same Form and/or Module so I don’t have to repeat them in every Project?
Some good ideas would be welcome.
---- Andy