Can't change the MAINFRAME icon!

  • Thread starter Thread starter bmwrob
  • Start date Start date
B

bmwrob

I have edited the “IDR_MAINFRAME icon in VS .NET 2003. I compile it
but while running the program, it’s still the same default icon! How
can I change this? I did the same in VC++ 6.0 without any problem.

BR /// Rob
 
bmwrob said:
I have edited the “IDR_MAINFRAME icon in VS .NET 2003. I compile it
but while running the program, it’s still the same default icon! How
can I change this? I did the same in VC++ 6.0 without any problem.

I think VS6 creates a stock icon with only 2 device images whereas VS2003
has 9 or more. Did you edit all of them?
 
Jeff, I got it. I didn’t get what you meant first. But you were
perfectly right. There are more option in VS2003. The icons I edit
were in 16k colors. Don’t really know when they are used. If I edited
the 256 color icons, then it worked.

Thanks for the help /// Rob
 
Back
Top