Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
PageFrame
Message
 
 
To
01/11/2000 11:54:45
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00436721
Message ID:
00437010
Views:
22
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform