Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created June 16, 2023 09:44
Show Gist options
  • Save tablacus/719b63da1b42a8f4be7253d61d763955 to your computer and use it in GitHub Desktop.
Save tablacus/719b63da1b42a8f4be7253d61d763955 to your computer and use it in GitHub Desktop.
Control panel menu - Tablacus Explorer
const pt = api.GetCursorPos();
FolderMenu.Open(WINVER >= 0x600 ? "::{26EE0668-A00A-44D7-9371-BEB064C98683}" : ssfCONTROLS, pt.x, pt.y, "*", 1, null, null, function (FolderItem) {
if (FolderItem) {
FolderMenu.Invoke(FolderItem);
}
});
@tablacus
Copy link
Author

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment