Is it possible to access the Windows System Menu natively in LiveCode in order to add items to the menu? If not, can this be done using an external?
Here is an image of the menu.
Is it possible to access the Windows System Menu natively in LiveCode in order to add items to the menu? If not, can this be done using an external?
Here is an image of the menu.
Copyright © 2021 Jogjafile Inc.
LiveCode can't access the System Menu. You would need an external for it. According to the Wikipedia page you linked to, you can do this with the
GetSystemMenu
function.