Skip to content

Commit d74ec17

Browse files
committed
Updates the-modernui-framework.md
Auto commit by GitBook Editor
1 parent 79ea6f2 commit d74ec17

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

the-modernui-framework.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,22 @@
11
# The ModernUI Framework
22

3+
Readers might be interested in my other project which is related to creating custom controls in assembler: ModernUI
4+
5+
It uses many of the techniques that we have covered in creating controls and implementing property constants to allow the end-user to easily customize the controls look and/or behaviour.
6+
7+
There is two versions of the project, one for x86 32bit windows, and one for x64 64bit windows:
8+
9+
ModernUI
10+
11+
ModernUI64
12+
13+
For years, new control types and UI designs for operating system and web have progressed, whilst older win32 base controls which are used by win32 assemblers \(masm32 etc\) have remained untouched. The ModernUI project has been created to help modernize these existing controls and add to them. The main goals of the project are:
14+
15+
* Provide a modern update to existing win32 base class visual controls.
16+
* Add new control types to reflect newer UI/UX design influences.
17+
* Emulate control types from UWP, WPF, .Net
18+
&
19+
Web 2.0 platforms.
20+
321

422

0 commit comments

Comments
 (0)