Joel
3rd January 2005, 15:30
I have add my option into Winamp's menu:
HMENU hMenu = (HMENU)SendMessage(plugin.hwndParent, WM_USER, 0,IPC_GET_HMENU);
InsertMenu(hMenu, 16, MF_BYPOSITION, 12009, "Call me!");
How can I execute my plugin from the menu option?
Thanks! :)
HMENU hMenu = (HMENU)SendMessage(plugin.hwndParent, WM_USER, 0,IPC_GET_HMENU);
InsertMenu(hMenu, 16, MF_BYPOSITION, 12009, "Call me!");
How can I execute my plugin from the menu option?
Thanks! :)