Click to See Complete Forum and Search --> : form icon does not load...


Creamy pie
June 7th, 2000, 12:15 PM
I have created a .ico file (from a .tif file) and tried to load as an icon in my form. But it gives an error message 'Invalid property value'. Could that be due to the different dimensions of the icon? or is there a different way to create/save .ico files? Please respond..

Lieternour
June 7th, 2000, 01:03 PM
you can only use .ico file for icon
You may want to download some tools to create icon or even just download it from the web

-t-

June 7th, 2000, 01:37 PM
Icon files are no different than BMP files in there content.

If you use Paint and create a 32X32 image and save as 16 or 256 Color BMP (16 is the prefered)
And name it with and .ico extension, then it should be fine.

The size of the file and the color depth that the TIF was converted to may be an issue.

Hope that helps.