m_imagelist.create(32, 32, ilc_color16|ilc_mask,1, 4);
hicon hicon = ::loadicon (afxgetresourcehandle(), makeintresource(idi_log));
m_imagelist.add(hicon);
hicon = ::loadicon (afxgetresourcehandle(), makeintresource(idi_online_users));
m_imagelist.add(hicon);
hicon = ::loadicon (afxgetresourcehandle(), makeintresource(idi_configuration));
m_imagelist.add(hicon);
hicon = ::loadicon (afxgetresourcehandle(), makeintresource(idi_statistics));
m_imagelist.add(hicon);
hicon = ::loadicon (afxgetresourcehandle(), makeintresource(idi_security));
m_imagelist.add(hicon);
m_outlookbar.setimagelist(&m_imagelist, lvsil_normal);
crect rc;
m_outlookbar.getclientrect(rc);
// set new icon spacing
m_outlookbar.seticonspacing(rc.width(), 64);
// change colors
m_outlookbar.settextcolor(rgb(255,255,255));
m_outlookbar.settextbkcolor(rgb(128,128,128));
m_outlookbar.setbkcolor(rgb(128,128,128));
// insert items
m_outlookbar.insertcolumn(0, "outlookbar");
m_outlookbar.insertitem(0, "server log", 0);
m_outlookbar.insertitem(1, "online users", 1);
m_outlookbar.insertitem(2, "configuration", 2);
m_outlookbar.insertitem(3, "statistics", 3);
m_outlookbar.insertitem(4, "security", 4);
工具欄程式設計
1 用api 建立工具欄,簡單例子 之前定義了一個由3個16 16組成的點陣圖,準備建立一個具有三個按鈕的工具欄 tbbutton tbbuttons create ex hwnd,ws child ws visible tbstyle flat,16,16,16,16,sizeof tbbutto...
側邊工具欄
引用 日前,三星正式向galaxy note ii推送了包含側屏多工處理功能的韌體更新。和大多數智慧手機底部滑出的多工處理不同,galaxy note ii包含的這種多工ui和許多web2.0 的表現形式極其相似,相比底部橫排或者全屏卡片式,側面直立顯示更為新穎。三星官方將這種多工處理的方式命名為m...
亂說 工具欄
這麼多工具欄往瀏覽器上一駕,還真壯觀,眼都花了,有點妨礙瀏覽器正常使用。說說baidu bar,什麼東西都往上加,凡是它們的全部加上,還加了一些方便使用者上網的應用,就是沒有給把自己給網頁評級加上,什麼時候能像google開放點啊。網易的,別人有的功能也都有,網頁評級 翻譯 截圖 書籤統統都有,很不...
建立不透明平面風格的工具欄
今天學習羅雲彬win32彙編教材的工具欄一節,核心 為 hwin create ex hwnd ws visible ws child tbstyle flat tbstyle tooltips ccs adjustable id 0,hinst commctrl idb std small col...
工具欄的建立
mfc 中工具欄關聯的類 c ctrl c c ctrl c 兩個類的區別 c 和 cstatusbar 都是在 control bars 類中的封裝,而 cstatusbarctrl 和 c ctrl 都是在 controls 類中的封裝。c ctrl 和 cstatusbarctrl 它們只是簡...