How would this look in VB.NET (2005)?... I've tried many various syntax changes but also have the same problem in that I can't get the plugin to show up in the...
... To: _serviceDrawer = CType(objServiceDrawer, Yahoo.MusicEngine.Interop.MediaPlayer.RMPServiceDrawer) In other words, drop the "Class" from the end. //Tomi...
Thank you for the response, you got me on the right track. I changed the first one and didn't notice the second one. After I changed the second I realized...
Ok, I've now got the plugin starting up fine, it appears on the left side and when the first track plays it updates the label's caption with the song artist &...
After researching for the last hour it appears I need to use either BeginInvoke or Invoke but I'm having trouble finding a straight forward example of using...
Sorry to spam, I'd still like to see an example of BeginInvoke to update the label but I've found a temporary workaround. I created a timer1 on the control...
I've got the answer after a hour or two of playing around with it, so in case anybody else finds this thread I'll provide the answer. I'm going to zip up this...
Hi folks, Not sure if I'm just using this wrong or if I'm running into a bug. I'm working on a DLL plugin that will let me drag and drop songs into a list that...
Have successfully been able to control the YME player behaviour from an external app (using RMPRemoteClass). However, I am unable to access the library (by...
Phill, We do allow standard DLL plugins to write playlist handlers for their own playlist types. But you cannot override our default playlist handlers (since...
Thanks Scott, that clears it up for me. I think I'll have to juggle shuffle mode a bit depending on if items are in the queue or if the queue has just been...
Hi Phill, When a playlist is being played, there is only a maximum of one "handler" for it, so when you're playing My Station, you won't be able to inject your...
Yahoo! is interested in conducting several 45 minute phone interviews with programmers to discuss interest in and needs for an application programming...
I used the remote plugin from Indolis mainly for its global hotkey functionality. It does not appear to work on x64 Windows. Are there any other plugins that...
AutoHotKey is an excellent tool that is scriptable. I wrote a script that takes various global keys, mouse button combos and even remote events from Girder and...
... to ... I have some VB6 code that registers global hot keys and points them to functions in your application, It could probably be tailored for .NET fairly...
Anyone else having a problem where the music from your harddrive that you have imported ot the player starts to disappear. This did not happen in beta....
Can anyone give guidance on how to pause the player? I've looked through the SDK and the only pause references I've found haven't seemed to help. I was...
When I installed YME on windows XP x64, it warned me midway through that windows media formats were not installed successfully. I continued the installation,...
Thanks for the info. Here is the code that I ended up with that toggles the pause. Dim remote As New Yahoo.MusicEngine.Interop.MediaPlayer.RMPRemoteClass Dim...
Well, it works... _sometimes_. When I put the following code in a command button, it pauses the player... when I put the following code in the onPlayTrack...