by Joe Strout <joe@[EMAIL PROTECTED]
>
Oct 28, 2007 at 08:21 PM
In article <dontmewithme-1B3CA2.23530228102007@[EMAIL PROTECTED]
>,
Larry <dontmewithme@[EMAIL PROTECTED]
> wrote:
> I'd like a certain push button to be enabled only when an edit field
> gets filled with some text!
Whenever the edit field's text changes, the TextChange event fires. So
in that event, simply do:
someButton.enabled = (me.Text <> "")
Cheers,
- Joe
--
"Polywell" fusion -- an approach to nuclear fusion that might actually
work.
Learn more and discuss via:
<http://www.strout.net/info/science/polywell/>