Click here to Skip to main content
16,009,238 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Hello ,
I am creating a command bar using ::
CommandBar_Create(GetModuleHandle(NULL), hwnd, 1);

and then adding bitMap's and command Button using ::
CommandBar_AddBitmap(hwndCB, GetModuleHandle(NULL), bitMapId,4, GetSystemMetrics(SM_CXSMICON), GetSystemMetrics(SM_CYSMICON)); // 4 buttons  <br />
CommandBar_AddButtons(hwndCB,   4 ,  &tb);


I am facing 2 problems :
1) Not able to load more then 16X16 bit image.
2) Not able to increase the size of command bar and buttons.
Is there any way to change the size and color of statusBar aswell .
Can anyone suggest me some option.
Thanks
Posted

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900