B
Benson Wong
I want to write a tailor-made function or class to amend textedit controls,
so that their properties are consistent or changed by some rules.
My idea is as follows:
TailorMadeRoutine(TextBox1)
sub TailorMadeRoutine(object textbox)
textbox.color=...
textbox.size=...
end
Is this idea works?
Benson
VB2005.
so that their properties are consistent or changed by some rules.
My idea is as follows:
TailorMadeRoutine(TextBox1)
sub TailorMadeRoutine(object textbox)
textbox.color=...
textbox.size=...
end
Is this idea works?
Benson
VB2005.