history.txt
资源名称:VCMenu.zip [点击查看]
上传用户:whjcdz88
上传日期:2007-01-02
资源大小:350k
文件大小:3k
源码类别:
工具条
开发平台:
Visual C++
- VC/Office style dockable menus & toolbars
- -----------------------------------------
- Contributors:
- Tony Hoyle (tmh@netfusion.co.uk)
- George H. Stahl (GStahl@VipMail.com)
- Leo (lg@ndirect.co.uk)
- Albert 'The Mad Butcher' van Peppen (TheMadButcher@Geocities.com)
- Zhenxin Li (zxli@public.bta.net.cn)
- ---------------------------------------------------------------------------------
- This program is free software; you can redistribute it and/or modify it under the terms
- of the GNU General Public License as published by the Free Software Foundation; either
- version 2 of the License, or (at your option) any later version.
- This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY;
- without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
- See the GNU General Public License for more details.
- You should have received a copy of the GNU General Public License along with this program;
- if not, write to the Free Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
- ----------------------------------------------------------------------------------
- 1.056 - TMH 26/6/98
- Coming thick and fast these days!
- Added menu buttons on maximised MDI window, based on code by Zhenxin Li.
- Made menu drawing slightly better.
- Fix to menu not showing in Win95 (Zhenxin Li).
- 1.055 - TMH 25/6/98
- Changes to drawing code - dropdowns use proper font, spacers look more accurate. (fixed by Zhenxin Li)
- 1.054 - TMH 22/6/98
- Changed menu default toolbar ID, makes show/hide toolbar in menu work properly.
- Fixed random bug misinterpreting menu item state on click.
- 1.053 - TMH 29/5/98
- Added WindowPosChanging handler (suggested by 'The Mad Butcher' (!!!))
- 1.052 - TMH 20/5/98
- Modified menu font (suggested by Leo lg@ndirect.co.uk)
- Added extra redraw on menu create (possible fix for rogue Win95 setups)
- 1.05 - TMH 23/4/98
- Added cascading menus
- Added VC-style icons in popup menus (SetIconMap)
- 1.04 - TMH 17/4/98
- Restructure directories
- Rename MDIMenuFrameWnd and SDIMenuFrameWnd for consistency
- Convert to MFC Extension DLL
- Fix compatibility with CToolbar::Create
- #define AUTO_SUBCLASS makes implementation trivial
- 1.03 - GHS 16/4/98
- Made SDI Version
- Modified MDI stuff a little
- Added CNMiniDockFrameWnd
- Added CNGenericToolBar::GetGenericToolBarStyle, and
- CNGenericToolBar::ModifyGenericToolBarStyle
- 1.02 - TMH 30/3/98
- Menu border draws correctly. Added system menu icon.
- Made CNGenericToolBar::SetVisualState static.
- 1.01 - TMH ??/3/98
- Fixed sizing bugs on toolbar
- 1.00 - TMH ??/3/98
- First version based on toolbar code by Roger Onslow
- First release on www.codeguru.com