C
cleo
In VB6 my practice was to set control properties at Run Time rather than
Design Time. I found setting property values in the code provided better
documentation, since much of this was hidden - and if there were problems
with a control dll setting values were preserved and not "lost" to the
domain of searching code using a DOS editor.
However, as I start work in VB.Net I'm questioning if I should continue my
practice of avoiding Design Time properties or if the code would be easier
to read and manage if I begin to use Design Time properties.
Thanks for any and all opionions.
Design Time. I found setting property values in the code provided better
documentation, since much of this was hidden - and if there were problems
with a control dll setting values were preserved and not "lost" to the
domain of searching code using a DOS editor.
However, as I start work in VB.Net I'm questioning if I should continue my
practice of avoiding Design Time properties or if the code would be easier
to read and manage if I begin to use Design Time properties.
Thanks for any and all opionions.