PDA

View Full Version : Which API-Calls to use for sendmessage ?



McRib
November 6th, 2002, 11:31 PM
Hi!

I'm want to integrate my Winamp Playlist-Generator (Downloads/Misc) more directly into Girder. To do so, I'd need to send messages to Girder and receive messages from it.

Which Win-API-Calls do I have to use to do so - especially how do I get the hwnd-handle for Girder ?

Even though I'm risking to out me as dumbnut, I have to admit, that I'm using VB6. (please - don't comment on that :wink: - I know what you want to say...)

Ron
November 6th, 2002, 11:33 PM
Girder doesn't have an use for sendmessage messages what are you trying to do ?

McRib
November 6th, 2002, 11:39 PM
Currently I'm using Girder-Scripts to write the later used playlist-items to files and process them on demand by the VB-program. I'm looking for a possibility to transfer the informations directly from Girder to my running program.

Ron
November 6th, 2002, 11:44 PM
Currently only the sendmessage from Girder to an outside program is supported. Though adding a other way around is a nice idea too.