|
|
The size of the item bitmap is 16x16.
|
|
|
The size of the item bitmap is 32x32.
|
|
|
The item bitmap has customized size.
int item_width = 20; int item_height = 20; CreateWindowEx (CTRL_COOLBAR, ..., MAKELONG (item_width, item_height))); |
|
|
The control has a background bitmap.
const char* file_bkgnd = "res/my_bkgnd.gif"; CreateWindowEx (CTRL_COOLBAR, file_bkgnd, ...); |
1.4.2