Re: isDirty



If you have a default value, then just check the text property to see if the
text is NOT the default value.


"Arne Garvander" <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:6DAE3C12-7990-4449-BBF4-29F825023BAF@xxxxxxxxxxxxxxxx
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
Certified Geek
Professional Data Dude


"Scott M." wrote:

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" <ArneGarvander@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in
message
news:57127D7A-432A-4444-A517-DBFC556C5A72@xxxxxxxxxxxxxxxx
Does a windows textbox have a property that tells if the user has
entered
anything into a textbox on a windows.
--
Arne Garvander
Certified Geek
Professional Data Dude





.



Relevant Pages

  • Re: isDirty
    ... That flags works well unless I reformat what the operator entered. ... Arne Garvander ... Professional Data Dude ... check for a control of type equal to your text box subclass (the former is ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Active Directory
    ... Blank for server seems to have connected to something. ... Arne Garvander ... Professional Data Dude ... Co-author of "The .NET Developer's Guide to Directory Services Programming" ...
    (microsoft.public.windows.server.security)
  • Re: isDirty
    ... 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, ... Arne Garvander ... Professional Data Dude ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: Active Directory
    ... Arne Garvander ... Professional Data Dude ... "Jack Black" wrote: ... Is there a light weight utility that allows me to display Active Directory ...
    (microsoft.public.windows.server.security)
  • Re: isDirty
    ... Arne Garvander ... Professional Data Dude ... There is a modified property that I can use, ... anything into a textbox on a windows. ...
    (microsoft.public.dotnet.framework.windowsforms)

Loading