Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding files to projects
Message
From
28/01/2001 07:16:13
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00469482
Message ID:
00469486
Views:
8
>Hi,
>
>Is there a way to automatically (or running a file at the end of the day) include all the .bmp or .ico files to our project (because another programmer can had it already to his own project).
>If we don't include the files, the EXE built on my machine is incomplete.
>
>Any ideas are welcome.
>
>TIA,
>
>Ricardo

Hi Ricardo!

If you're using VFP6 take a look at the Project hook class. In this class exists a methode to add Files:
_vfp.ActiveProject.Files.Add('myBmp.Bmp')

HTH
Wolfgang
Previous
Reply
Map
View

Click here to load this message in the networking platform