Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Can't Insert Separator in Toolbar
Message
De
13/08/2003 04:15:13
 
 
À
11/08/2003 13:19:23
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00819025
Message ID:
00819710
Vues:
11
Tony,
This code is taken from our prg at App startup.

otbrMain =CREATEOBJECT('SysToolBar')
otbrMain.Dock( TOOL_TOP )
otbrMain.ReFresh()
otbrMain.SHOW

DEFINE CLASS SysToolBar AS toolbar

ADD OBJECT btnCustomer AS stdtoolbarbtn
ADD OBJECT sep1 AS separator
ADD OBJECT btnOrderEnq AS stdtoolbarbtn
ADD OBJECT sep2 AS separator

LEFT = 1
TOP = 1
WIDTH = 25
MOVABLE = .F.
CAPTION = "Standard"
ControlBox = .F.

HTH,
My Regards
John Hussey
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform