Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Command line
Message
 
À
14/02/2006 11:22:07
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01096194
Message ID:
01096198
Vues:
15
>2 questions
>
>1. how do i 'SET MAIN' a prg in a project through the command line
>
>2. how can i change the icon of an exe file without playing with the registry?

1.
MODIFY PROJECT YourProject.pjx NOWAIT
_vfp.ActiveProject.SetMain([Newmain.Prg]) && Check SetMain in HELP for more info.

2.
MODIFY PROJECT YourProject.pjx NOWAIT
_vfp.ActiveProject.Icon = [myicon.ico]
or Project Info->Attach Icon and choose Icon you want.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform