Skip to content

MYRWYR/Win32_GUI_Application

 
 

Repository files navigation

Win32_GUI_Application

Win32 is definitelly an obsolete technology and making GUI with it is much less comfortable than with any newer technologies like Winforms, Java or QT. Win32 GUI offers just about 25 visual components in total, their functionality + look and feel are very mean.

However Win32 GUI has an advantage that you don't need to download anu third party library and exe file is very small. Therefore such GUI is acceptable for writing test applications for you C++ libraries where ugly GUI is not a big deal.

This project shows how to do such simple ugly GUI.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 53.9%
  • C 46.1%