A
Arne Garvander
Does a windows textbox have a property that tells if the user has entered
anything into a textbox on a windows.
anything into a textbox on a windows.
Scott M. said:Yes, the text property. If it's not equal to an empty string (<> "") it has
data in it. Or you can look at the length property to see if it has a
length of zero (indicating it's empty).
-Scott
Arne Garvander said:I use the text to preset a default value, so that idea does not work for
me.
There is a modified property that I can use, but it is not reliable.
Arne Garvander said:I use the text to preset a default value, so that idea does not work for
me.
There is a modified property that I can use, but it is not reliable.