Office2003 looking toolbar!??
-
any idea how to create this??? thanx a lot!
-
any idea how to create this??? thanx a lot!
Try CodeJock.com's flashy XFT library. It lets you do Office2003 style toolbars, menus, etc. Very nice looking stuff.
-
Try CodeJock.com's flashy XFT library. It lets you do Office2003 style toolbars, menus, etc. Very nice looking stuff.
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
-
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
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?