Skip to content

Instantly share code, notes, and snippets.

@tablacus
Last active November 8, 2021 12:01
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/a6afdc6404e13a5cca2eecdd1885c8d7 to your computer and use it in GitHub Desktop.
Save tablacus/a6afdc6404e13a5cca2eecdd1885c8d7 to your computer and use it in GitHub Desktop.
Focus frame - tablacus Explroer
const hTree = FindChildByClass(FV.hwnd, WC_TREEVIEW);
if (hTree) {
api.SetFocus(hTree);
}
return S_OK;
@tablacus
Copy link
Author

tablacus commented Nov 7, 2021

image

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