https://github.com/timboy67678/windowsplusplus
Library for object oriented dialogs
https://github.com/timboy67678/windowsplusplus
dialogs object-oriented oriented-dialogs ui uix windows
Last synced: about 1 month ago
JSON representation
Library for object oriented dialogs
- Host: GitHub
- URL: https://github.com/timboy67678/windowsplusplus
- Owner: Timboy67678
- License: gpl-3.0
- Created: 2016-03-13T23:00:54.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-04-13T15:12:08.000Z (about 2 months ago)
- Last Synced: 2025-04-13T16:25:34.999Z (about 2 months ago)
- Topics: dialogs, object-oriented, oriented-dialogs, ui, uix, windows
- Language: C++
- Homepage:
- Size: 359 KB
- Stars: 9
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# WindowsPlusPlus
Library for object oriented dialogsBig thanks to DarthTon's Xenos Injector (https://github.com/DarthTon/Xenos) for his pseudo win32++ impl, helped a ton (especially mapping message values to appropriate callbacks with help from his bound member thunking)
and to the creator of WTL:: (http://wtl.sourceforge.net/) For his functions that i started implementing but half way through just ended up copying his impl