As in asking for the data, instead of getting events.Originally Posted by kembond
What do you mean exactly by poll?
As in asking for the data, instead of getting events.Originally Posted by kembond
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Get new version at top.
Code:Changelog ****** FrodoXMService.exe 1.0.0.2 --Bug Fix: ChannelChange event bug fixed. ****** FrodoXMService.exe 1.0.0.1 --Bug Fix: Out of order data in emulation mode. ****** FrodoXMService.exe 1.0.0.0 Original Release
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Nice work frodo I have been playing with this in VB.Net. What do MSK.exe and RH.exe do located in the services folder?
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
I am having problems getting the CurrentChannelData Event to fire. Using VB.Net 2003:
Private Sub XM_CurrentChannelData(ByVal Number As Integer, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String) Handles XM.CurrentChannelData
MsgBox("Current Channel Data") 'message box does not show up
End Sub
I also tried this in your vb project as:
Private Sub MXM_CurrentChannelData(ByVal Number As Long, ByVal Station As String, ByVal Artist As String, ByVal Title As String, ByVal Genre As String)
MsgBox ("hi") 'did not fire
End Sub
Could you confirm if this is a bug or a problem with my code?
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
I will look, are the other events firing ?Originally Posted by entr0py
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
They are helper applications for various functions, they must alwaysOriginally Posted by entr0py
remain in the same directory as the service app.
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Is there anyway to contain them as one exe? I used Microsoft Server 2003 Resource Kit tools (svrany.exe and inssrv.exe (sp?)) to create a windows service in services in the control panel. I have not full tested it yet it seemed to work with just the FrodoXMService.exe and FrodoXMService.ini I will have to add those helper apps in the same directory and see how it functions.
Yes other events are firing, the ones I am using that are working are SignalStrength, ChannelData and CurrentTime.
Thanks for this kick a$$ service. Now I just need to get ListViews working properly in .Net, they changed there behavior compared to vb6
VIA EPIA M1000
Casetronic C134
512MB, 40G Hard Drive, 8x DVD-ROM
Xenarc 700TS ULTRABRIGHT
Griffin Powermate
Jeff Bipes AUX-IN for Audi's
Opus 150W
WinXP sp2
myHTPC, VoiceMate Pro
Street Atlas 2001
Hi!
Nice work with the "Frodo XMService" Just quicly tested the client dll with C# looks like it will work just fine.
I'm new to XM radio as we don't have it over here... What XM radio recivers is "XMService" working with ?
Btw, what are the "MSK.exe" and "RH.exe" that is in the Service folder?
To answer both your questions, here are the exact definitions of "MSK.exe" and "RH.exe"
MSK.exe - is "Make Sure Kill" It is called when the service is shutting down, in case
of an unrecovereable error, it will make sure the service terminates properly.
RH.exe - is "Restart Helper" It is called when the service is restarted, does the same
function as MSK, but also restarts the app, and some other minor checks.
[H]4 Life
My next generation Front End is right on schedule.
It will be done sometime in the next generation.
I'm a lesbian too.
I am for hire!
Bookmarks