Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Continuing where we left off. . . . shapes
Message
De
23/08/2005 10:56:45
 
 
À
22/08/2005 19:28:47
Information générale
Forum:
Visual FoxPro
Catégorie:
Classes - VCX
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01042777
Message ID:
01042945
Vues:
19
The code works fine. Now I am trying to change the color and shape of the output. I have spent enough time looking at VFP help (which as usual is no help at all) and I have tried many ways to accomplish it.

Here is one failed attempt of many.
If nButton = 1
	If Sys(1270)=m.this
		Thisform.AddObject( Sys(2015), "shape",  Height = 25 , Width = 25, Curvature = 90, BackColor = 255, BackStyle = 0 ) 
		With Thisform.Controls[thisform.ControlCount] && the last member
					.Move(nXCoord,nYCoord)
			.Visible = .T.
		Endwith
	Endif
Endif
I ain't skeert of nuttin eh?
Yikes! What was that?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform