What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » vb.net help - Events?

vb.net help - Events?
Author: Message:
n0obie4life
Junior Member
**


Posts: 17
Joined: Mar 2007
O.P. vb.net help - Events?
Hi,

I need some help with vB.net, I'm using Visual Basic 2005 Express Edition here..

Okay so basically I added a reference into my project and now I'm trying to use this event:

Event TrackChanged(ByVal bLocationChanged As Boolean)
     Member of: Foobar2000.Playback07._IVBPlaybackEvents_Event

in my project. How am I supposed to go about doing this?

I tried this code, but it seemingly doesn't seem to work..

code:
    Friend WithEvents fooEvent As Foobar2000.Playback07
    Sub fooEvent_TrackChanged(ByVal bLocationChanged As Boolean) Handles fooEvent.TrackChanged
        MsgBox("bleh")
    End Sub

Thanks!
04-30-2007 05:26 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On