Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Resizing a toolbar
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01118424
Message ID:
01119114
Vues:
30
>>You could try to Resize the control instead of ToolBar Window.
>
>Thanks Borislav for the reply.
>
>That doesn't work either!

Dawa,
This works for me:
PUBLIC m1 AS Toolbar
m1 = CREATEOBJECT([ToolBar])
m1.AddObject([cEdit],[EditBox])
m1.cEdit.Width = 500
m1.cEdit.Height = 500
m1.cEdit.Visible = .t.
m1.Show()
WAIT WINDOW [Press a key...]
m1.cEdit.Width = 800
WAIT WINDOW [Press a key...]
m1.cEdit.Height = 200
WAIT WINDOW [Press a key...]
RELEASE m1
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform