Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to 'Bring to front' an Object
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00046540
Message ID:
00046569
Vues:
22
>I have an instaniated Form wich by the user request (a command button) creates and shows a container object (a box with two textboxes) in the Form, once the object in the form the user can move it thru drag and drop, then generate another one and so on. The problem is that as each object is generated it's placed on the top of the others, how can I 'bring to front' any object as the user clicks on the container?. I have tried the TabOrder property but this works for the secuence of jumping to the next object, it doesn't bring graphically the objects to the front.
Jorge,

In the GopFocus of your container do this;

THIS.ZOrder(0)
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform