Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Subclass an ActiveX Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00409746
Message ID:
00410271
Vues:
19
>>>Do you also add the ImagesList Control to your container?
>>-> Yes or it can be added programatically.
>>
>>>Do you resize the container and the treeview with the form?
>>-> Yes, there is custom code to do that in the container.
>>
>
>This must be in the .Resize of the container... Cool.
>>* Make the tree fit the container.
>>WITH THIS.oleTree
>> .Left = 2
>> .Top = 2
>> .Height = This.Height - 4
>> .Width = This.Width - 4
>>ENDWITH
>>THISFORM.CLS()
>
>What is .cls() ??
>
>Thanks for the reply

A method that clears graphics and text from a form. It's part of VFP.
George

Ubi caritas et amor, deus ibi est
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform