Send to back

crosmill

Registered User.
Local time
Today, 01:27
Joined
Sep 20, 2001
Messages
285
I use a rectangle to hide text boxes whena certain condition is true (lazy I know) but it doesn't hide one of the boxes, now it just so happens that the one it doesn't hide is the PK. Coincedence?

Is there a way I can send it to the back?
 
Why use a rectangle to hide the text box?

Why don't you just toggle its Visible property to False?

i.e txtInformation.Visible = False
 
I am doing, but I'm being lazy, the rectangle covers about 15-20 text/combos which is what I'm hiding. Instead of writing code to toggle the visability of the text boxes I just put a rectangle there to hide them all.
 

Users who are viewing this thread

Back
Top Bottom