D
dhstein
I sometimes want to run a program that sets a text box to visible = true,
allows user input and then sets the control to visible = false. Since I
can't set the active control to visible = false, I pick another control, set
the focus there first, and then set the original control to visible = false.
But this seems a little messy, because then the user is pointing to a control
that he didn't pick. Is there a better way of doing this? Thanks for any
help on this.
allows user input and then sets the control to visible = false. Since I
can't set the active control to visible = false, I pick another control, set
the focus there first, and then set the original control to visible = false.
But this seems a little messy, because then the user is pointing to a control
that he didn't pick. Is there a better way of doing this? Thanks for any
help on this.