Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created October 30, 2021 03:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tablacus/90f1976514a1480ba0a2b52b818f2388 to your computer and use it in GitHub Desktop.
Save tablacus/90f1976514a1480ba0a2b52b818f2388 to your computer and use it in GitHub Desktop.
Open favorites menu - Tablacus Explorer
const pt = api.Memory("POINT");
api.ClientToScreen(te.hwnd, pt);
ExecMenu(te, "Favorites", pt, 0);
return S_OK;
@tablacus
Copy link
Author

image

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