From: Tim B. <tb...@bi...> - 2004-07-01 19:22:03
|
One of my apps is using an .ico file that contains all format permutations including XP, 256, 16 color and 48x48, 32x32, 16x16 pixels. When I run the app, windows (xp) uses the proper icon format for each different manifestation (shortcut, taskbar, even my app's console title bar...), however the icon in the title bar of my Pythoncard app doesn't seem quite right. It looks like Pythoncard may have just shrunk one of larger formats from my .ico file.=20 =20 Can anyone tell me details about how Pythoncard uses the icon file specified for the background in the .rc file? I mainly would like to know which size/color formats of the icon file are actually used by the app. =20 Thanks, Tim |