Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Getting our ICON to register with installshield
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
InstallShield
Divers
Thread ID:
00943777
Message ID:
00944081
Vues:
15
Terry,

Something like
ccBUILDACTION_BUILDEXE = 3
lcProject = "test"
Modify Project (lcProject) NOWAIT NOSHOW
loProj = _VFP.ActiveProject
...
loProj.Icon = "..."
...
loProj.Build(lcProject, ccBUILDACTION_BUILDEXE)
loProj.Close()
>I use PRGs to build my projects and executables (old fashion - or too Yankee:). How would I attach the icon to my project in code?
>
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform