Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Adding cmdbuttons programatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
01321009
Message ID:
01321064
Vues:
15
>Instead of regular commandbutton, how would chg it to a cmdbutton I created in a vcx
>something like .class="mycmdbtn" ??
SET LIBRARY TO MyClassLib ADDITIVE
...
    thisform.AddObject(m.lcButtonName,'mycmdbtn')
...
* or
...
    thisform.NewObject(m.lcButtonName,'mycmdbtn', "MyClassLib")
..
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform