Skip to content

Instantly share code, notes, and snippets.

@tablacus
Created September 16, 2021 10:59
Show Gist options
  • Save tablacus/81c38df6f918364a17b9d07b82b7115e to your computer and use it in GitHub Desktop.
Save tablacus/81c38df6f918364a17b9d07b82b7115e to your computer and use it in GitHub Desktop.
Wide right click - Tablacus Explorer
const iItem = FV.HitTest(pt, LVHT_ONITEM);
if (iItem >= 0) {
FV.SelectItem(iItem, SVSI_SELECT | SVSI_FOCUSED | SVSI_DESELECTOTHERS);
}
return S_FALSE;
@tablacus
Copy link
Author

image

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