LiveCode: Accessing Windows System Menu

123 Views Asked by At

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.

1

There are 1 best solutions below

0
On

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.