T
The Confessor
I declare the following variable in one of my structures...
<VBFixedString(17)> Dim Name As String
Fixed to 17 because it's written to a random-access file.
Is there any way to tie the MaxLength of a TextBox to this value?
Thanks,
The Confessor
<VBFixedString(17)> Dim Name As String
Fixed to 17 because it's written to a random-access file.
Is there any way to tie the MaxLength of a TextBox to this value?
Thanks,
The Confessor