Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PageFrame
Message
 
 
À
01/11/2000 11:54:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00436721
Message ID:
00437010
Vues:
23
Matthew,

>Is there a way to put image along with the text caption on the page(s) of the pageframe?

The TabStrip ActiveX control supports the ImageList control at runtime you can use code like this:

with this.oTabs
.ImageList = this.oImageList
.Tabs(1).Image = "ClosedFolder"
.Tabs(2).Image = "OpenedFolder"
.Tabs(3).Image = "DiskDrive"
endwith

Check the Wiki article http://fox.wikis.com/wc.dll?Wiki~TabStrip~WIN_COM_DNA for the small chunk of code and explanation of how to coordinate the tabs from the TabStrip with a VFP PageFrame control.
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform