Arg81
Well-known member
Just a quickie...I've seen a post in the forums but it's for an ASP.net form, and I need to do something similar on a windows form (vb.net)
I have a MULTILINE textbox, with a database maximum for that field of 1000. I want to make sure that once 1000 characters have been entered into that textbox, no more can be added.
And if possible add a label so that it counts the charaters in the textbox (and also reclaim them when deleting / backspacing).
I did see something but it was using Javascripts with ASP
Is this possible for a win form?
Thanks in advance
Luke
I have a MULTILINE textbox, with a database maximum for that field of 1000. I want to make sure that once 1000 characters have been entered into that textbox, no more can be added.
And if possible add a label so that it counts the charaters in the textbox (and also reclaim them when deleting / backspacing).
I did see something but it was using Javascripts with ASP
Is this possible for a win form?
Thanks in advance
Luke