Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Command line
Message
 
To
14/02/2006 11:22:07
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Environment versions
Visual FoxPro:
VFP 6 SP5
OS:
Windows XP SP2
Network:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01096194
Message ID:
01096198
Views:
16
>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.
Previous
Reply
Map
View

Click here to load this message in the networking platform