Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Resizing a toolbar
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01118424
Message ID:
01119114
Views:
31
>>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform