|
|
#1 |
|
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! |
|
|
|
![]() |
|
|||||||
| Thread Tools | Search this Thread |
| Display Modes | |
|
|