|
-
Nov 11th, 2009, 10:29 AM
#1
Thread Starter
Lively Member
vb6 not reading my icons HELP
when i click icon in the properties window it says invalid picture type but the icons are .ico format whats the deal?
-
Nov 11th, 2009, 10:34 AM
#2
Re: vb6 not reading my icons HELP
VB cannot read alphablended icons (as are common in XP), nor can it read icons that contain PNGs (available in Vista ico formats).
If the icon has multiple color depths, using icon software, you can rewrite the icon so that the lower bit depths are stored first. In those cases, VB can read what it needs even though higher bit depths (alphablended) may exist.
Here's a short FAQ topic worth reading
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|