I have a specific question on how to structure the vb.net program.
In our situations, many of our applications that written in vb6, have a common utility section of the code that contains all the common functions, and subroutines. These functinos and subtoutine/methods are used by our various applications.
I know in vb.net, there is a way to put all this common utility in a places say called "common_utility.vb", and can be referedor called by every program. either from debugging purpose or compiled exe versions. This is very similiar to "%include source_code_path" in other procedures language, such as PL1.
Is there anyway, we can have the similar way to structure of our current vb6 source code in this fashion? so the vb6 -> vb.net wizard can convert the vb6 to vb.net in a more clean and easy way?
ps. we have good reason not to use DLL for this cases.
thank you for your help
it has been over 7 month from the time I request.
is the statement like following
imports common_utility.vb
works?
Please response
thank you
7-19-2014