Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Office2003 looking toolbar!??

Office2003 looking toolbar!??

Scheduled Pinned Locked Moved C / C++ / MFC
tutorialquestion
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    schaereran gmx net
    wrote on last edited by
    #1

    any idea how to create this??? thanx a lot!

    A 1 Reply Last reply
    0
    • S schaereran gmx net

      any idea how to create this??? thanx a lot!

      A Offline
      A Offline
      armentage
      wrote on last edited by
      #2

      Try CodeJock.com's flashy XFT library. It lets you do Office2003 style toolbars, menus, etc. Very nice looking stuff.

      S 1 Reply Last reply
      0
      • A armentage

        Try CodeJock.com's flashy XFT library. It lets you do Office2003 style toolbars, menus, etc. Very nice looking stuff.

        S Offline
        S Offline
        schaereran gmx net
        wrote on last edited by
        #3

        hy, i already downloaded the trial, but i dont figuered aout, how to do the office2003 style. it is also not documented! i think its in this function: if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(IDR_MAINFRAME)) So i would need other styles, but i didnt found styles like Gradient for the TBSTYLE_FLAT, and it is also not documented any idea?? andreas

        S 1 Reply Last reply
        0
        • S schaereran gmx net

          hy, i already downloaded the trial, but i dont figuered aout, how to do the office2003 style. it is also not documented! i think its in this function: if (!m_wndToolBar.CreateEx(this, TBSTYLE_FLAT, WS_CHILD | WS_VISIBLE | CBRS_TOP | CBRS_GRIPPER | CBRS_TOOLTIPS | CBRS_FLYBY | CBRS_SIZE_DYNAMIC) || !m_wndToolBar.LoadToolBar(IDR_MAINFRAME)) So i would need other styles, but i didnt found styles like Gradient for the TBSTYLE_FLAT, and it is also not documented any idea?? andreas

          S Offline
          S Offline
          schaereran gmx net
          wrote on last edited by
          #4

          maby the key is alwo in this function: (from the customize toolbar sample) void CMainFrame::OnViewXpmode() { xtAfxData.bXPMode = !xtAfxData.bXPMode; RedrawWindow( NULL, NULL, RDW_INVALIDATE | RDW_UPDATENOW | RDW_ERASE | RDW_ALLCHILDREN ); } unfortunately there is nothing like a xtAfxData.bOfice2003 flag ... any ideas?

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups