Click here to Skip to main content
15,885,546 members
Articles / Desktop Programming / WTL

Windows dialog design in C++ without dialog templates.

Rate me:
Please Sign up or sign in to vote.
4.96/5 (65 votes)
3 Jun 2015CPOL49 min read 97.1K   4.4K   103  
An alternative approach in which dialogs are entirely specified as C++ code that requires neither IDE support to be written nor IDE generated resources to be executed. Powered by the C++ type system.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Retired
Spain Spain
Software Author with engineering, science and mathematical background.

Many years using C++ to develop responsive visualisations of fine grained dynamic information largely in the fields of public transport and supply logistics. Currently interested in what can be done to make the use of C++ cleaner, safer, and more comfortable.

Comments and Discussions