Quote:
Originally posted by 2garin
code:
windowCommand wc;
wc.cmd=PLCMD_SEL; // or any other PLCMD_*
wc.x=0; // or any other number
wc.y=0; // or any other number
wc.align=0; // or any other number
regardless of this parameter, the same popup menu appears:
Add files
Add folder
Add URL
|
That's weird.
code:
windowCommand wc = {0};
wc.cmd = PLCMD_SEL;
SendMessage(hwnd_winamp, WM_WA_IPC, (WPARAM)&wc, IPC_PLCMD);
works fine for me...I get this menu:
Select all
Select none
Invert selection