win32-gui-base is a simple bare GUI base designed to help users get started with Win32 GUI programming. It provides a foundation for building graphical user interfaces using the Win32 API in C++.
I've used Win32 to program multithread applications and I like it, it's pretty flexible and garbage-free. I will be working on a GUI and though I'm a Win32 fan, I'm trying to explore if there are less ...
This is a old tool that I created on 2012 for helping me doing win32 GUI development. Although it never got maintained after I left the team, but it is a really wonderful memory to me. Hence, saving ...
I'm modifying a project that was written using the old C Win32 GUI API. I'm using VS 2003.<BR>I'm having a problem with ComboBoxes. When I make one, the drop-down window is only 1 choice high with a ...