Добавляю свой button на toolbar в Internet Explorer (6.0)
Делаю все по MSDN-у. Проблема с icons для кнопки.
Нужно поместить 3 айкона в один .ICO файл или под один ресурс #ID
Что-то я не въезжаю как это сделать
Visual Sutdio 6.0 позволяет только один icon создать, да и тот фиксированного размера (типа).
Если кто знает, подскажите pls.
Thanks,
vim
Фрагмент из MSDN:
Placing Icons
Toolbar icons need to be placed in two .ico files. The first .ico file should contain three color icons for your button. They are:
16x16 16-color icon (Required)
20x20 16-color icon (Optional)
20x20 256-color icon (Required)
The second .ico file should contain three grayscale icons. The grayscale icons needed are:
16x16 16-shade (Required)
20x20 16-shade (Optional)
20x20 256-shade (Required)
Currently, the 20x20 16-color/shade icons are not being used, so including them in the .ico files is optional. The 16x16 16-color/shade icons are used in full-screen mode, while the 20x20 256-color/shade icons are used in normal mode.
You can use a drawing or paint program to create the appropriate images for each of the icons. To create the .ico files, you can use a tool like Microsoft Visual Studio®;.