Main Menu for a Windows App
Posted: Mon Dec 13, 2021 4:21 am
The attached example included with CPIde shows how to create a basic Windows App with a main menu.
When you select a menu item the menu caption is displayed on the StatusBar. The code includes a function which uses the .NET StringBuilder functions to efficiently strip non-alphabetic characters from a string.
When you select a menu item the menu caption is displayed on the StatusBar. The code includes a function which uses the .NET StringBuilder functions to efficiently strip non-alphabetic characters from a string.