how to add toolbar in menu created by SHCreateMenuBar

Hi, I am trying to add Toolbar beside the menu created by SHCreateMenuBar in ECV++ 4.0, how do I do I can't get the pictures in the bar!

Thanks in advance




Answer this question

how to add toolbar in menu created by SHCreateMenuBar

  • mendi

    Hi partho,

    Can u plz tell me how to integrate this one with my VS2005 application. Actually I need to add a tool bar to my form (VS2005 form).

    I hope you can help me.

    Thanks in Advance,



  • AAG

    Hi – here is a sample that does the following:< xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office" />

    1.       A main window, using CWindowImpl

    2.       A menu bar with couple of menu items

    3.       A tool bar with 4 picture buttons

    4.       And a help button which throws up a modal dialog (using CSimpleDialog)

     

    Although this is a Visual Studio 2005 solution, it does demonstrate what you are trying to achieve.

     

    Please let me know if this suffices!

     

    Thanks…



  • Jemau

    Hi,

    I got it. If I disturbed or wasted ur time with my silly question I am really very very sorry.

  • MatrixResolver

    Hi Partho,

    Actullay I am adding toolbar (VS-2005, CF2.0 control) with 3 buttons to my form taskbar. But here I want to display 3 diffrent panels when i click on relevant button. but here it is raising only one event. Can any one tell me how to raise different events for each button, which are on taskbar. If you have any sample please give me the link or file.
    I hope you can definitely help me.

    Thanks in Advance,

  • how to add toolbar in menu created by SHCreateMenuBar