how can one know what number a icon is in a system (win) dll
[code]
hDll = LoadLibrary ( "SHELL32.dll" );
// Add an icon to each image list.
hiconItem = LoadIcon (hDll , MAKEINTRESOURCE ( 3));
[code)
do you use iconsextract per file then count the order?.
also i can make bitmap ribbon (bar) using some merge image online just slow
is there a way to save an image list to a bitmap.
thanks everyone
[code]
hDll = LoadLibrary ( "SHELL32.dll" );
// Add an icon to each image list.
hiconItem = LoadIcon (hDll , MAKEINTRESOURCE ( 3));
[code)
do you use iconsextract per file then count the order?.
also i can make bitmap ribbon (bar) using some merge image online just slow
is there a way to save an image list to a bitmap.
thanks everyone
Comment