I think I've figured out what is going on.  I'm using BMPs with the same
name, but different sizes and in different directories.

f:\vfp\application\bmp\32x32\actions\add.bmp
f:\vfp\application\bmp\16x16\actions\add.bmp

Even though the command buttons have the full path in the property, the
application is saying "Hey, I've got that Add.bmp included in the
project.  I'll use that!" and it'll be the wrong size sometimes.

I've excluded the BMPs from the EXE and manually added both sized files
to the "Other Files" listing in the project.  This lets VFP find the
right file for display.

Thanks for those that suggested solutions.

-Kevin
CULLY Technologies, LLC

Sponsor of FoxForward 2007
foxforward.net


Kevin Cully wrote:
> I'm doing my first desktop application in a long while.  I've placed a
> 64x64 BMP file on a form, but when I run the form, the image has been
> resized to 32x32.  I put a messagebox on the form to display the height
> and width.
> 
> What the heck is going on?
> 
> I've got a toolbar with several BMPs.  Some are small, others are their
> natural size.  They are all 64x64 pixels, 71dpi, 24 bit depth, 1 frame
> count.  I'm confounded.
> 
> 
> 
[excessive quoting removed by server]

_______________________________________________
Post Messages to: ProFox@leafe.com
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to