G
Gary Kahrau
I am planning a very large project in vb.net and I want to make it modular.
If the project needs 200-300 forms what do you think about creating a user
control for each of these forms? The main program would dynamically load,
place and dispose each one as required.
Is this a good idea from application size, modularity, performance of slower
PC's, etc.
I am also considering creating all modular forms dynamically. The main
program would only have common controls and act as a parsing / controling
program.
Any feedback would be appreciated.
Gary...
--
If the project needs 200-300 forms what do you think about creating a user
control for each of these forms? The main program would dynamically load,
place and dispose each one as required.
Is this a good idea from application size, modularity, performance of slower
PC's, etc.
I am also considering creating all modular forms dynamically. The main
program would only have common controls and act as a parsing / controling
program.
Any feedback would be appreciated.
Gary...
--