Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
StatusBar Control
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Produits tierce partie
Divers
Thread ID:
00661194
Message ID:
00689668
Vues:
16
>Hi Alex,
>
>Do you have any documentation or example source code that I can look at to see how I can implement the statusbar control in your Common Controls library? I'm having a little problem setting all of the properties, particularly in the SetPaneStyle() and SetIcon() methods.
>
>Thanks
>MR

Hi Michael,

Please take a look at the updated samples (TrackBar Control sample) I have uploaded recently. In the Init() method you will see how you can use SetIcon() method.

The SetPaneStyle() method has the following syntax:

SetPaneStyle( paneIndex, paneStyle)

paneIndex – index of pane: 1 – first pane, 2 – second pane, etc.
paneStyle – style of pane: 0x0000 – standard, 0x0100 – no borders, 0x0200 – popout.

HTH
Alex
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform