quote:
Originally posted by Keikonium
quote:
Originally posted by deAd
I'm not sure this will work, but try setting the CmdId property of your button to 7460.
Yes! That works perfectly . Thanks deAd.
Just for the future, how did you manage to get that number?
Use Winspector (google it to download it for free), and apply the message hook onto the contact list window. Then click the "open-skins-options" button/menu-item, and see the WM_COMMAND message's wParam (which isCmdId) appear in Winspector.