Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One more minute and I will beat my head on the table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01124687
Message ID:
01124730
Vues:
12
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform