i want add a icon to the form title bar. But when i add the icon in form property, it came out an error "invalid property value"
How to solve this problem?
Printable View
i want add a icon to the form title bar. But when i add the icon in form property, it came out an error "invalid property value"
How to solve this problem?
You have to use only *.ico Files.If you use other type of imagefiles you will get this Error.Make sure that you are using the *.ICO files
Hope this helps
How are you adding it? At run time or during design?
-tg
i add the ".ico" file during the design. The dimensions is 32 X 32. the size is 3.05KB. i have attach that icon.
That's weird. It shows in Windows Explorer, but it won't load into Microangelo, which is the best Icon editor I know of.Quote:
Originally Posted by junlo
For it to be valid, make sure it also has a color profile of 256 colors. And not just XP/Alpha colors.
It gives the same error for me.I found one problem is that the bit depth is less as compared to normal ico.You logo has a bit depth of 24 only.I think that may be the problem :confused:
how to change the bit depth to be correct.Quote:
Originally Posted by danasegarane
Try using any icon editors as said by Digirev
i don't have the icon editors softare.Quote:
Originally Posted by danasegarane