Thread: Icons???

  1. #1
    Registered User
    Join Date
    Feb 2003
    Posts
    184

    Icons???

    Hello everyone,

    I have a situation. I have written a program in C# that has buttons with icons on them. Everything is working fine when run on XP or 2000. When the program is run on Win 98, the icons on the buttons don't display. Any ideas why that would be?????

    Thanks,
    Kendal

  2. #2
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187
    Do you get a PlatformNotSupported Exception, or something of that sort ?

  3. #3
    Registered User
    Join Date
    Feb 2003
    Posts
    184
    No. I do not get any error messages, all I that happens is that the buttons that contain the icons show up, but no icons are displayed. They appear as blank buttons. Any ideas???????

    Thanks,
    Kendal

  4. #4
    Something Clever ginoitalo's Avatar
    Join Date
    Dec 2001
    Posts
    187

    give this a try...

    Use 16x16 icons using standard windows colours only

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. [C] Problem with icons in a toolbar
    By pc2-brazil in forum Windows Programming
    Replies: 3
    Last Post: 12-22-2008, 11:04 PM
  2. Getting Icons from the Desktop
    By Mastadex in forum Windows Programming
    Replies: 6
    Last Post: 08-29-2007, 04:33 PM
  3. Windows XP - File Types and Icons
    By LuckY in forum Tech Board
    Replies: 7
    Last Post: 05-18-2005, 04:35 PM
  4. how to make icons
    By stallion in forum Windows Programming
    Replies: 9
    Last Post: 01-29-2003, 11:29 AM
  5. Icons for base .exe
    By Hello There in forum C++ Programming
    Replies: 1
    Last Post: 07-07-2002, 10:05 PM