Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create a textbox programmatically
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 8
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01119077
Message ID:
01119081
Vues:
13
Aye, good point and adendum, BB

And not to forget the (possibly better) function AddObject()

:-)

>Don't forget .Visible = .t.
>All programaticly added object comes with .Visible = .f. by default
>:o)
>
>>Agnes
>>
>>See Help on CreateObject().
>>
>>e.g.
>>
>>Thisform.oTextBox = CreateObject( "textBox")
>>With thisform.oTextBox
>>  .Width = 100
>>  .Left  = 10
>> ... etc.
>>EndWith
>>
>>>HI all ,
>>>
>>>I would want to create programmatically a textbox.
>>>
>>>Tahnks
- Whoever said that women are the weaker sex never tried to wrest the bedclothes off one in the middle of the night
- Worry is the interest you pay, in advance, for a loan that you may never need to take out.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform