如题,IE的菜单条使用toolbar,豪杰超级解霸也使用工具条做菜单,那位高手知道如何实现,可以给个思路吗?

解决方案 »

  1.   

    可以参考bcgsoft
    http://www.vckbase.com/tools/listtools.asp?tclsid=111
      

  2.   

    为什么是在菜单条里使用toolbar呀?难道不是独立的一个toolbar吗?独立的也可以做出这个样子呀
      

  3.   

    http://www.codeproject.com/docking/sizablerebar.asp
      

  4.   

    msdn上说,菜单弹出后仍可收到TBN_HOTITEMCHANGE消息,我怎么就收不到呢?
    原文如下:
    网址:http://msdn.microsoft.com/library/default.asp?url=/library/en-us/shellcc/platform/commctls/faq/iemenubar.aspMessage Processing for Menu Hot-Tracking
    Menu hot-tracking requires that a menu be displayed at all times, apart from the brief interval required to switch to a new menu. However, the drop-down menu that is displayed by TrackPopupMenu is modal. Your application will continue to receive some messages directly, including WM_COMMAND, TBN_HOTITEMCHANGE, and normal menu-related messages such as WM_MENUSELECT. However, it will not receive low-level keyboard or mouse messages directly. To handle messages such as WM_MOUSEMOVE, you must set a message hook to intercept messages directed to the menu.
      

  5.   

    BCGControlBar和SizableRebar_demo代码量太大,我看着有点困难,找了好半天也找不到我所需要的,那位朋友可提供一个提纲。就如上面网址上的msdn提纲,可惜我找不到具体实例。