Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
A containers with scrollbars
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Divers
Thread ID:
00646691
Message ID:
00646708
Vues:
17
>Is there a way to implement containers with a scrollbar. I need to simulate something like windows xp common task bar or containers like frames.

Since forms have scrolls you can use two forms (master and detail) and in the load on the master use code something like this:
LOCAL lcName
ACTIVATE WINDOW (THIS.NAME) TOP NOSHOW
THIS.oDetail = NEWOBJECT('interface_detail','_interfacecontrol.vcx',EXE_AppInterfaceManager,THIS)
lcName = THIS.oDetail.NAME
THIS.oDetail.NAME = THIS.NAME+'_detail'
ACTIVATE WINDOW (THIS.oDetail.NAME) IN WINDOW (THIS.NAME) SAME
THIS.oDetail.NAME = lcName
Heavy Metal Pedal - click with care
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform