Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Draw lines
Message
De
24/03/2005 14:23:27
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
 
À
24/03/2005 03:37:30
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 7
Database:
Visual FoxPro
Divers
Thread ID:
00997659
Message ID:
00998952
Vues:
13
>but i need your help with 2 things.
>first .what you mean or how i can Create form properties .x = 0, .y = 0, .i = 0, && i miss understand

.x is short for ThisForm.x. Similar for the other properties. (This is for a quick test only; in a real application, you would try to give your properties more meaningful names.)

You create a form property with the menu command "Form | New property" (the form has to be opened first).

>second how i can fill the line or any shape with colors

I really never did this, but it would seem to me that you should draw shapes with the .Box() and .Circle() methods. You will have to change .FillColor() and perhaps .FillStyle().

Also, you can make the line thicker. See .DrawWidth().
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform