uieasy

dskinlite banner image

DSkinLite GUI Library V3.6 New

        

        DSkinLite is a powerful library to help you develop the user interface program. It uses xml files to describe the look and feel of the control and you can make fancy user interface easily.
       DSkinLite doesn't install a hook procedure that monitors messages hook, and it just replaces the window procedure like the framework mfc or atl, and processes some messages such as WM_PAINT, WM_ERASEBKGND. So DSkinlite is a "lite" library. It focuses on efficiency and practicality, and it will keep "lite".     More about DSkinLite...

             buy dskinlite           


  • Configuring the look and feel of controls using xml

    • Use xml to define the gdi resource.
    • Use xml to define the style of control.
    • The drawing element is abstracted to line, text, rectangle, and image.
    • The xml syntax is simple, easy to learn.

  • The other key features

    • Base on win32 APIs, so it doesn't depend on any framework.
    • Support most of the stardand controls.
    • Support changing color.
    • Support most of the controls include a child dialog to be transparent
    • Support animation.
    • Support lots of image formats, such as png, bitmap, gif, ico.
    • Support storing skin in a single file.

 

DirectUI GUI Library V1.2

        

         DirectUI is a gui library like "DirectUIHWND" used in Windows XP and MSN Messager. It uses xml and script to construct ui. The DirectUI doesn't make use of the native Win32 controls except some complicated control such as edit, listctrl. Instead, It draws controls and widgets on the parent window dc. It uses xml to layout the controls of dialog, and uses script(vbscript, jscript, lua) to provide flow control and object manipulation features that are not available in xml. It is a "mini" version of Adobe flex , Microsoft WPF or Mozilla XUL.    
  More about DirectUI...

             buy dskinlite            


  • Use xml and vbscript to construct gui

    • Use xml to layout the controls of dialog
    • Use script(vbscript, jscript) to provide flow control and object manipulation
    • Use xml to define style sheets of controls.
    • The xml syntax is simple, easy to learn.

  • The other key features

    • Base on win32 APIs, so it doesn't depend on any framework.
    • Support changing color.
    • Support lots of image formats, such as png, bitmap, gif, ico.
    • Support run-time skin change.
    • Support nonrectangular, dynamically resizable windows.