Copyright 2009-2015 Jingmen Software Co., ltd All rights reserved
All rights reserved
Products home £http://www.ncmem.com/apps/xproerui/index.asp
online document (Xproerui) : xproerui (MFC) < Span lang= "en-US" class document , How to use xproerui library How to use Xproerui library (WTL)
Online documentation (skinstudio): Add nine information for a picture, set a background picture for a form , Add a picture button , share font properties , Relative position and absolute position of the control
Upgrade log:http://www.cnblogs.com/xproer/archive/2010/12/04/1896399.html
Download Resources :boost-1.55.0-src ( extract Code: 9D60), Boost-1.55.0-lib ( extract Code: EF58), UI-SDK ( Extract code: c668), Ui-doc ( extract Code: 8E2D),
Resources Download ( Baidu ):boost-1.55.0-src,boost-1.55.0-lib,ui-sdk,ui-doc,
Xproerui (WTL) : Demo Item ( Extract code 5064), Xproerui library ( extract code 61CA), Xproerui Development document ( Extract Code 85F1), SkinStudio Interface Editor ( extract code 96e6),
Xproerui (MFC):boost 1.55.0 ( Micro Cloud) , ui-sdk ( Micro Span lang= "en-us" > Cloud) , Ui-doc ( Micro Cloud) , demo items ( extract code cf88) , Xproerui extract code 94a5 , Xproerui- development package , xproerui-< Span lang= "en-US" > development document , Skinstudio Interface Editor ( extract code 96e6) ,
Contact e-mail:[email protected]
Contact QQ:1085617561
Update record:
Update Time |
Description |
2015-01-29 |
perfect document classification |
2015-05-05 |
Add Chapter: Create a new UI window |
1.1. Create a new UI window
The main steps are as follows:
1. inherit formmsghandler , used to process window messages
2. overloaded windowproc method to handle dui message
3. overloaded initctrls method, used to initialize dui control
4. Set the default message processor
in the window constructor
1.1.1. inheriting the Formmsghandler class
1.1.2. overloaded WindowProc method
1.1.3. overloaded initctrls method
You can find a UI control in the Initctrls method and associate it with a window's member variable
associating with member variables
1.1.4. Set the default message processor
Create a new UI window-xproerui (MFC) tutorial