View Single Post
Old 08-12-2005, 01:49 PM   #36
frodobaggins
I'm sorry, and you are....?
 
frodobaggins's Avatar
 
Join Date: Jan 2003
Location: Ruston, LA
Posts: 9,861
Quote: Originally Posted by entr0py
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?

I will look, are the other events firing ?
__________________
[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!
frodobaggins is offline   Reply With Quote