Results 1 to 2 of 2

Thread: vb6 not reading my icons HELP

  1. #1

    Thread Starter
    Lively Member Charlie Stallings's Avatar
    Join Date
    Nov 2009
    Location
    Virginia
    Posts
    118

    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?

  2. #2
    VB-aholic & Lovin' It LaVolpe's Avatar
    Join Date
    Oct 2007
    Location
    Beside Waldo
    Posts
    19,541

    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
    Insomnia is just a byproduct of, "It can't be done"

    Classics Enthusiast? Here's my 1969 Mustang Mach I Fastback. Her sister '67 Coupe has been adopted

    Newbie? Novice? Bored? Spend a few minutes browsing the FAQ section of the forum.
    Read the HitchHiker's Guide to Getting Help on the Forums.
    Here is the list of TAGs you can use to format your posts
    Here are VB6 Help Files online


    {Alpha Image Control} {Memory Leak FAQ} {Unicode Open/Save Dialog} {Resource Image Viewer/Extractor}
    {VB and DPI Tutorial} {Manifest Creator} {UserControl Button Template} {stdPicture Render Usage}

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width