Hey all
I have been writing code since 1995, starting with Visual Basic 4.
So this is the stuff I have worked with in the last 30 years:
Visual Basic 4 / 5 / 6 / dotNet 25 years
C# for the last 8 years.
Linux Bash scripting and KSH scripting extensively for the last 3 years.
In VS2022 C++ I can add Buttons, Menus other controls to Windows Forms and code events etc.
But in JUCE I cannot seem to find a tutorial to show me how to add a simple Exit button to a screen,
I want to add a Tab control with 2 Tabs (Can be done in VS2022 C++ but not JUCE)
I find JUCE tutorials extremely complex where every control seems like it is a class within a class within a class…
I can get a form to show, but there is no button…
So what does it take for me to create a simple GUI and add some controls??
What I seem to be able to do is effectively create a form (I work in Windows10)
I have not been able to add a button (Exit) to the bottom right of the screen…
This is my first challenge wading through complex tutorials…
Then I would like to : Either add a Tab control with 2 Tabs
or add a Menustrip to the Form with 2 Menu Items

Would anyone have some code I can stick into a cpp file for this?



