Hi everyone.
I need help writing a windows service using an example application that I have.
The goal here is to combine the example application with spotify.vb. The application polls a PIC micro over USB and ask for one byte of information every 100-200ms or so and depending on the information in that byte either uses spotify.playnext or spotify.playprevious. The application also needs to send the result from spotify.NowPlaying() as a string over USB to the PIC as soon as spotify.NowPlaying changes.
I will attach spotify.vb and also the example project.
I have tried my hand at this but have so far only been able to use the example application, not modify or re-write it. Granted that I am a noob at programming but I really want to get this working for a hobby project of mine.
Hopefully someone here can help me out.
I need help writing a windows service using an example application that I have.
The goal here is to combine the example application with spotify.vb. The application polls a PIC micro over USB and ask for one byte of information every 100-200ms or so and depending on the information in that byte either uses spotify.playnext or spotify.playprevious. The application also needs to send the result from spotify.NowPlaying() as a string over USB to the PIC as soon as spotify.NowPlaying changes.
I will attach spotify.vb and also the example project.
I have tried my hand at this but have so far only been able to use the example application, not modify or re-write it. Granted that I am a noob at programming but I really want to get this working for a hobby project of mine.
Hopefully someone here can help me out.