Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: foobar messages (Read 2904 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

foobar messages

im looking for message system in foobar (like in winamp) that i could control foobar from any other application that a wrote

sorry if similar topic already exists but i searching with no result...
ahh and sorry for my bad english 

thx
bidok

foobar messages

Reply #1
You will either have to create your own, or use the Winamp API and hope what you need is supported by foo_winamp_spam.

foobar messages

Reply #2
maybe schwitches will be helpfull?

i try in delphi smth like this:
Code: [Select]
ShellExecute(0, 'open', PAnsiChar(sFoobarPath + ' /next'), nil, nil, SW_SHOWNORMAL);


and it isn't work :/