Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One more minute and I will beat my head on the table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01124687
Message ID:
01124730
Views:
9
Naomi,

But that is a different problem, isn't it?

If you want to resize the control programatically, first disable the anchor
loform = Createobject('Form')
loForm.addobject('myMover', 'cntmover')
with loForm.myMover
	.Anchor = 0
	.top = 20
	.left = 20
	.height = 400
	.width = 100
	.Anchor = 15
	.Visible = .t.
endwith	
loForm.Show(1)
>Trying to change height and width and top and left doesn't work. The mover remains the same size initially.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform