Hi group,
I have a couple of projects with up to 8 forms.
On most projects I write the code on each form with no modules.
The last project I use 1 module and minimal code on each form , in fact just the
code for each visual object, and all the subroutines are placed in a module.
What is the best practice where I can place my VB code, at each form or in a
separate module ?
Pro's & con's ? Performance benefit ?
Tnx
--
Erik De Keyser - Belgium
I have a couple of projects with up to 8 forms.
On most projects I write the code on each form with no modules.
The last project I use 1 module and minimal code on each form , in fact just the
code for each visual object, and all the subroutines are placed in a module.
What is the best practice where I can place my VB code, at each form or in a
separate module ?
Pro's & con's ? Performance benefit ?
Tnx
--
Erik De Keyser - Belgium
Comment