How to retrieve the handle of a popup menu
This sample uses a derivative of the technique created for the Windows Styles article
in Visual Basic Programmer's Journal.
Uses the following API functions:
- CallNextHookEx
- CopyMemory (RtlMoveMemory)
- SetWindowsHookEx
- UnHookWindowsHookEx
Back to Code Samples
Copyright © 2000 by Matt E. Hart, All Rights Reserved Worldwide.
Nothing on this web site may be reproduced, in any form, without express written consent.