outlookbar

所属分类:界面编程
开发工具:Visual C++
文件大小:438KB
下载次数:148
上传日期:2009-09-10 10:43:25
上 传 者1825472
说明:  一个可停靠的、可自动隐藏的、并且可以换肤的 OutLookBar。我认为如果制作一个可以停靠的 OutLookBar 一定非常酷 。
(A dock, and can be automatically hidden, and can be peeling the OutLookBar. I think if you can make a docked OutLookBar be very cool.)

文件列表:
可隐藏可停靠可换肤的 OutLook工具条\appface.dll (218624, 2005-05-17)
可隐藏可停靠可换肤的 OutLook工具条\Gtclassic.urf (59358, 2005-02-20)
可隐藏可停靠可换肤的 OutLook工具条\MainFrm.cpp (5713, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\MainFrm.h (1814, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindock.clw (4421, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindock.cpp (4379, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindock.dep (609, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pindock.dsp (7525, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindock.dsw (537, 2003-12-04)
可隐藏可停靠可换肤的 OutLook工具条\pindock.exe (122880, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindock.h (1399, 2005-05-28)
可隐藏可停靠可换肤的 OutLook工具条\pindock.mak (9827, 2003-12-04)
可隐藏可停靠可换肤的 OutLook工具条\pindock.rc (14061, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pindockDoc.cpp (1762, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pindockDoc.h (1486, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pindockView.cpp (2609, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pindockView.h (1907, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\AppFace.h (9532, 2005-04-20)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\AutoHideBar.cpp (11063, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\AutoHideBar.h (4934, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\DrawFrame.cpp (9738, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\DrawFrame.h (2159, 2003-12-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxGroupEdit.cpp (3282, 2005-05-31)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxGroupEdit.h (1699, 1998-07-05)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxOutBarCtrl.cpp (57650, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxOutBarCtrl.h (7876, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxPopupMenu.cpp (15290, 2005-05-31)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\GfxPopupMenu.h (1750, 1998-07-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\mybar.cpp (4206, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\mybar.h (914, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\PinDockBar.cpp (9059, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\PinDockBar.h (1861, 2003-11-24)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\pinoutbar.h (509, 2005-06-01)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\scbarcf.cpp (7345, 2000-08-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\scbarcf.h (2317, 2000-08-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\scbarg.cpp (6824, 2000-08-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\scbarg.h (2974, 2000-08-03)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\sizecbar.cpp (44663, 2003-05-05)
可隐藏可停靠可换肤的 OutLook工具条\pinoutbar\sizecbar.h (7960, 2000-08-03)
... ...

A dockable ,pinnable ,and skinnable OutlookBar Introduction This idea comes of Ziran Lin's article Pinnable ControlBar (http://www.codeproject.com/docking/pinnabledock.asp) and Iuri Apollonio's article An Outlook*** bar-like control (http://www.codeguru.com/Cpp/controls/controls/article.php/c2155) . I think that a dockable OutlookBar is very cool ,so I write this article . Using the code: 1. Copy the folder PinOutBar to your project,and add the needed icon and cursor resource to your project 2. Add this line to your Stdafx.h : #include "pinoutbar\pinoutbar.h" 3. Add the support for PinDockBar ,as Ziran do in his article Pinnabal ControlBar , 4. Add this line in OnCreate event of your main window: m_MyBar.m_wndOutlookBar.SetOwner(this); then add the message handler: afx_msg LRESULT OnOutbarNotify(WPARAM wParam, LPARAM lParam); ON_MESSAGE(WM_OUTBAR_NOTIFY, OnOutbarNotify) long CMainFrame::OnOutbarNotify(WPARAM wParam, LPARAM lParam) { ... } Ok, your project can receive the messages from outlookbar now . 5. I used a free UI library - AppFace to skin this outlookbar . You may delete appface.dll simply if you do not need it or you can get more skins from http://www.appface.com if you like it. Credit Thanks for Ziran Lin and his article, Pinnable ControlBar , Iuri Apollonio and his article, An Outlook*** bar-like control The help of AppFace Support Team, http://www.appface.com License Use and modify the code as you want or need . Tony. Smith machine_ts@hotmail.com

近期下载者

相关文件


收藏者