Bring to Front

F

FBxiii

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
 
M

Marshall Barton

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.
 
Top