Go Back   Winamp Forums > Developer Center > Winamp Development

Reply
Thread Tools Search this Thread Display Modes
Old 23rd May 2003, 02:31   #1
Hill-Groover
Junior Member
 
Join Date: May 2003
Posts: 3
Displaying the WinAmp load directory dialog

Hi all,

I have tried everything i can think of and have looked everywhere for this but have turned up with nothing so i hope someone can help.

I'm writing an extension to an existing application that will enable a user to control winamp from the main menu, simple commands such as play, stop, add files etc. So far i can get the Add Files dialog to come up but i'm unable to get the Add Directory dialog.

the code i'm using is as follows

const
winamp_command_OPTIONS_EQ = 40036;
winamp_command_OPTIONS_PLEDIT = 40040; winamp_command_VOLUMEUP = 40058; winamp_command_VOLUMEDOWN = 40059; winamp_command_FFWD5S = 40060; winamp_command_REW5S = 40061;

so to toggle the EQ window i would use the following

procedure button1.click(sender: tobject);
begin
winampcommand(winamp_command_OPTIONS_EQ);
end;

I can do everything to winamp using these simple methods except display the load directory dialog. I have been through every single constant from 00000 to 50000 and have come up with an extensive list of commands now, but have still yet to find the right one.

all help is appreciated!
Hill-Groover is offline   Reply With Quote
Reply
Go Back   Winamp Forums > Developer Center > Winamp Development

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump