Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Including BMPs & ICOs in Project
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00019467
Message ID:
00019533
Views:
36
>>I have built an EXE. In some of the forms I am using BMPs & ICOs for Image and Drag and Drop controls. During development I gave the exact loaction for the image control. ie "C:\app\user.bmp". Now while creating a distributed EXE I simply want to include these BMPs & ICOs in my EXE and also I don't want to give exact loaction of BMP. Because BMP is now going to be included in EXE. So what should I give in the "picture" property of an image control?
>
>If you include these files (bmps icos etc) in the other files section of the project manager, you won't need to include them elsewhere.

Also, you can include just the file name wherever you've called the BMP. Instead of using the browser to find the BMP file, type in
="mybump.bmp"

Note the = and the " " . You can even add a relative path:

="allpicts\mybmp.bmp"

This is particularly useful if you've been running into that awful non-existant D drive problem that crops up periodically.

Barbara
Barbara Paltiel, Paltiel Inc.
Previous
Reply
Map
View

Click here to load this message in the networking platform