Hi everybody !
I'm using the SimConnect API functions to create a new menu in the addons' menu. It's work fine.
But after reading the SimConnect API documentation, i don't see any informations if we can disable an entry.
Like this :
Thanks for helping.
JardY.
I'm using the SimConnect API functions to create a new menu in the addons' menu. It's work fine.
Code:
SimConnect_MenuAddSubItem(gSimConnectHandle, MAIN_MENU, "ITEM 1", SUB_MENU_1, 0);
But after reading the SimConnect API documentation, i don't see any informations if we can disable an entry.
Like this :
Thanks for helping.
JardY.

