Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Programmatically adding Prog Bar to a Form
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Programmatically adding Prog Bar to a Form
Divers
Thread ID:
00250147
Message ID:
00250147
Vues:
45
How do I programmatically add the Progress Bar (VFP6) to a form object? e.g.:
oForm = newobject('form')
with oForm
   ...blah, blah, blah...
   <b>.AddObject(_what_goes_here)</b>
   ... more stuff here...
endwith
Looking at the code generated when I do this visually, the code window in the class browser uses olecontrol. When I put that in the addobject, I get a selection form to pick which control to add. This is not what I want. How do I programmatically specify the progress bar?

TIA
Mark McCasland
Midlothian, TX USA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform