Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Where is the Click
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00875021
Message ID:
00875030
Vues:
17
This message has been marked as a message which has helped to the initial question of the thread.
You can try creating a custom class, say myShape, in a Class Library
CREATE CLASS myShape OF myShape.vcx as Shape
and add some code to it's Click event.
Thisform.Click( this.name )
Then, in the routine that creates the blocks, change the CreateObject()
thisform.NewObject("myShape","myShape.vcx")
Then, in the Form's Click event, add the parameter of "cShapeName" to catch the Shape's name we are passing it from the shape's Click event.
LPARAMETER cShapeName
Hope this helps.
Greg Reichert
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform