problem with font and backcolor of a contro

  • Thread starter Thread starter thread
  • Start date Start date
T

thread

Hi All,
I have strange problem,with the controls'its probbly becaouse im not
familiar so good with the properties.
i'm using control(texts boxes and labels) that moving on the form/
i would like to make the dynamic control on the screen to "swalow" the
static control so the dynamic control will be in good visibility and
not be merged with the font and backcolor of the static control

any ideas?
 
i want to make one control to hide the other control

Duane Hookom ëúá:
 
Is there a reason you don't set the control to invisible? If you want
controlA to cover controlB then controlA must be in front of ControlB using
the Format menu. You can then set the Top, Left, Height, and Width properties
of ControlA to hide controlB.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top