Bring to Front

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is it possible to Bring a Text box to the front of all the other objects on a
form when the MouseDown Event runs?

I am developing movable objects on the form but when dragging the object
around it seems to disappear behind others.....

Cheers,
Steve
 
FBxiii said:
Is it possible to Bring a Text box to the front of all the other objects on a
form when the MouseDown Event runs?

I am developing movable objects on the form but when dragging the object
around it seems to disappear behind others.....


BringToFront and SendToBack are strictly design time
operations.

The only way I can think of keeping a control in fornt is to
give it the focus.
 
Back
Top