Go Back   Winamp & Shoutcast Forums > Search Forums

Showing results 1 to 3 of 3
Search took 0.00 seconds.
Search: Posts Made By: alper
Forum: Winamp Technical Support 2nd December 2001, 09:33
Replies: 1
Views: 811
Posted By alper
ok, here is the tweak

as I said, it is possible to tweak this by a two line code:

HWND WinAmpMenu=GetSubMenu(GetSystemMenu(plugin.hwndParent, FALSE), 0);
TrackPopupMenu(WinAmpMenu, 0, mousept.x, mousept.y, 0,...
Forum: Winamp Technical Support 2nd December 2001, 08:47
Replies: 1
Views: 811
Posted By alper
What to send as LPARAM to position WinAmp Menu (for generic plug-in)

hi guys,
I am trying to spice-up a generic plug-in.
I send a command msg (40043) to bring the main menu of winamp with:
SendMessage(hwnd,WM_COMMAND,WINAMP_MAINMENU,0);

However, the menu appears...
Forum: Winamp Technical Support 2nd December 2001, 08:30
Replies: 1
Views: 1,184
Posted By alper
here is a trick

You can use the WM_USER messages, to get the position in playlist, and set it to another value.

int TrackPos=SendMessage(plugin.hwndParent,WM_USER,0,125);
will retrieve the position of the...
Showing results 1 to 3 of 3

 
Forum Jump