[Win32-framework-news] Win32++ Version 6.3 available for download
Brought to you by:
david_nash
From: David N. <dn...@bi...> - 2008-10-19 05:20:06
|
Version 6.3 of Win32++ is now available for download. New Features in 6.3 ------------------- * Added support for docking. See below for more information on Docking - Note: CDockable is now recommended over CSplitter for splitter apps. * Added the Fast GDI demo. This demonstrates the use of the TintBitmap function. * MDI child windows now require a view window. The use of a view window is now the same for Frames, MDI children, and dockables. The MDI demo sample has been extended to include ListView and TreeView views. * Added message translation. This allows modeless dialogs and propertysheets to process the tab (and other) keys. * Added a CWnd::Destroy function. This returns a CWnd back to its default state ready to be reused. * SetView can now be used to change the frame's view from one CWnd to another. * The Frame now stores which child window had focus before it is de-activated, and returns focus to this child when the frame application is reactivated. * Updated CSplitter sample. It now uses CDockable to manage the splitter views. For a complete list of changes refer to the release notes published with the file downloads. Best regards, David |