Skip to content

easy-window/WndUi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows Ui Class Library

This Ui Class Library is based on CWnd in VC. I hope it can easy to define the Ui of Application by yourself.

Plan

  • Font
  • Dialog
  • Button
  • Static
  • Edit
  • Checkbox
  • Radio
  • ComboBox
  • Slidebar
  • Table List
  • Tab Control
  • TrayIcon
  • Number Control
  • Hotkey
  • Curve Control

How to used

The Project must be adding all the Library source code, and include the "UiClass.h" in the "stdadx.h".