B
Bill
I have a text box wherein I want to bind to
a public variable. E.g.,
Public strVarName As String
How do I specify that in the text box property
sheet? I thought about writing a simple function
that returns the current value, but have the idea
it can be done more simply?
(What I'm actually doing is replacing a hard-coded
label on a form with a text box whose value comes
from the installation properties.)
Thanks,
Bill
a public variable. E.g.,
Public strVarName As String
How do I specify that in the text box property
sheet? I thought about writing a simple function
that returns the current value, but have the idea
it can be done more simply?
(What I'm actually doing is replacing a hard-coded
label on a form with a text box whose value comes
from the installation properties.)
Thanks,
Bill