This is why I have a love/hate relationship with C++

To make the About This App dialog appear from the System Menu (what comes up when you right click on the icon of the application), considering the About Dialog was already working from the Help menu…

Typical of C++, this requires editing 6 different files, header files, source files, resource files, etc, 98% of which is adding boiler-plate un-original code. There is no reason it needs to be this complicated. On the other hand, a lot of other programming languages don’t even give you that option to add things to the system menu…