Hi guys!
I need you advice to handle this problem.
I have a project in VB 6.0 which is not based on components, was programmed without classes and the code is included
in every form and in some BAS files.
So is a big project with a lot of forms and a very heavy exe (around 15 MB).
Now I need to divide this project in components (Active X DLL) both forms and code, the project include Sales, Purchase and Warehouse modules so I’ll try to create components for each one.
What is your advising to do this division?,because some code is a mess..many dependencies between forms,etc!
Somebody have had a similiar experience?
What is the better way to make this transition?
Where I can get references to guide me in this process to convert this project in components?
I really appreciate your time,thank you in advance!