Go Back   Winamp Forums > Developer Center > Winamp Development

Reply
Thread Tools Search this Thread Display Modes
Old 19th July 2002, 01:14   #1
hipopony66
Junior Member
 
Join Date: May 2002
Posts: 7
Winamp API Load Presets doesn't work! ???

Hey, all the other functions I wrote into my module seem to work. I'm using VB and the Postmessage function. All the other functions like the About box and File Info box work find, but I can't get any of the EQ stuff to work. I'm running Winamp 2.80. Any help appreciated.

Here's the code I have:

Quote:
Public Const WINAMP_LOAD_PRESET = 40172


Public Function LoadPreset() As Long
'shows Load EQ Preset Window
LoadPreset = PostMessage(hwnd_winamp, WM_COMMAND, WINAMP_LOAD_PRESET, 0)
End Function
hipopony66 is offline   Reply With Quote
Old 23rd July 2002, 01:07   #2
Gourou
Senior Member
 
Gourou's Avatar
 
Join Date: Feb 2002
Location: The backside of the universe on the trailing edge of eternity
Posts: 238
if your attempting to get a value back, you need to use sendmessage, otherwise, minus that change, it works for me
Gourou 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